mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
/// @description init
|
|
if(HOVER == self) HOVER = noone;
|
|
if(FOCUS == self) FOCUS = noone;
|
|
|
|
TEXTBOX_ACTIVE = noone; |