-
-
Notifications
You must be signed in to change notification settings - Fork 18
keyboard_lastkey
drewmccluskey edited this page Feb 12, 2019
·
3 revisions
variable with last used key
Returns: string
This is a variable holding the last used key, you can use it for debugging and much more.
show_debug_message(keyboard_lastkey.ToString());
This code will write your last used key in a debug message.
Back to Keyboard