mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-14 00:06:40 +01:00
5 lines
No EOL
114 B
Text
5 lines
No EOL
114 B
Text
/// @description init
|
|
if(HOVER == self) HOVER = noone;
|
|
if(FOCUS == self) setFocus(noone);
|
|
|
|
TEXTBOX_ACTIVE = noone; |