-
-
Notifications
You must be signed in to change notification settings - Fork 18
keyboard_lastkey
CryoEagle edited this page Jan 4, 2019
·
3 revisions
variable with last used key
Returns: string
variable with last used key, you can use that for debugging and much more.
Debug.WriteLine(keyboard_lastkey);
This code will write your last used key.
Back to Keyboard