Skip to content

keyboard_lastkey

drewmccluskey edited this page Feb 12, 2019 · 3 revisions

keyboard_lastkey

variable with last used key

Returns: string

Description:

This is a variable holding the last used key, you can use it for debugging and much more.

Example:

show_debug_message(keyboard_lastkey.ToString());

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

Back to Keyboard

Clone this wiki locally