Issue description
EDIT: turns out that key bind DOES detect key release; using that and a global boolean I got thing to work exactly like I wanted. Still would be a nice feature though, so I'm gonna let this stay up here.
Original post:
Wouldn't it be nice to have a block in the procedure editor that outputs "true" while key(*dropdown menu*) is pressed and output "false" while the key is not pressed? like a condition:
if/while (key LSHIFT pressed) {
action
}
I know there is a key bind element option, but that only gives a signal when you start pressing the key, and it doesn't detect when you've stopped pressing it.
Is there a way I can work around this problem, or am I gonna have to leave it at this feature request?
We will consider adding this check.