Skip to content

keyboard_lastchar

drewmccluskey edited this page Feb 12, 2019 · 4 revisions

keyboard_lastchar

variable with last used keyboard char

Returns: char

Description:

This is a variable holding the last used char key, you can use it for debugging as well as for writing in strings.

Example:

show_debug_message(keyboard_lastchar.ToString());

This code will write your last used char key in a debug message.

Back to Keyboard

Clone this wiki locally