mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
/// @description init
|
|
if(sHOVER) HOVER = noone;
|
|
if(sFOCUS) setFocus(noone);
|
|
|
|
WIDGET_CURRENT = noone;
|
|
ds_list_remove(DIALOGS, self); |