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
Triggers on any keyboard action, including release of a button. Optionally returns a bool indicating whether or not the keyboard action has been caught. If true, it will not be passed on to the next stage, so the keyboard action would never reach the game.
pressing Z will cause the message "z" to be printed, but the key is not blocked from reaching the game. It will still toggle run/walk mode for the player character. Also tested with W (17) and F (33) for walking and activating the log window respectively.
The text was updated successfully, but these errors were encountered:
The wiki says this about the keyboard event:
With the following code loaded as an addon:
pressing Z will cause the message "z" to be printed, but the key is not blocked from reaching the game. It will still toggle run/walk mode for the player character. Also tested with W (17) and F (33) for walking and activating the log window respectively.
The text was updated successfully, but these errors were encountered: