Skip to content

keyboard_lastkey

CryoEagle edited this page Jan 4, 2019 · 3 revisions

keyboard_lastkey

variable with last used key

Returns: string

Description:

variable with last used key, you can use that for debugging and much more.

Example:

Debug.WriteLine(keyboard_lastkey);

This code will write your last used key.

Back to Keyboard

Clone this wiki locally