-
-
Notifications
You must be signed in to change notification settings - Fork 19
keyboard_lastchar
drewmccluskey edited this page Feb 12, 2019
·
4 revisions
variable with last used keyboard char
Returns: char
This is a variable holding the last used char key, you can use it for debugging as well as for writing in strings.
show_debug_message(keyboard_lastchar.ToString());This code will write your last used char key in a debug message.
Back to Keyboard