You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there's any way to map buttons so that a key is held when the button is pressed? For example, I'm trying to map a button to the space bar for dragging a canvas, but using a key event registers the input as just a short key press regardless of how long the button is held, and using a keydown event holds the space key indefinitely once the button has been pressed. Thanks.
The text was updated successfully, but these errors were encountered:
I was wondering if there's any way to map buttons so that a key is held when the button is pressed? For example, I'm trying to map a button to the space bar for dragging a canvas, but using a key event registers the input as just a short key press regardless of how long the button is held, and using a keydown event holds the space key indefinitely once the button has been pressed. Thanks.
The text was updated successfully, but these errors were encountered: