mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 22:46:19 +01:00
6 lines
No EOL
131 B
Text
6 lines
No EOL
131 B
Text
/// @description init
|
|
if(sHOVER) HOVER = noone;
|
|
if(sFOCUS) setFocus(noone);
|
|
|
|
TEXTBOX_ACTIVE = noone;
|
|
ds_list_remove(DIALOGS, self); |