mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
/// @description
|
|
kb_time = 0;
|
|
kb_hold = false;
|
|
keyboard_lastchar = "";
|
|
|
|
kb_hkey = vk_nokey;
|
|
KEYBOARD_PRESSED = vk_nokey; |