mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-15 14:45:12 +01:00
5 lines
112 B
Text
5 lines
112 B
Text
![]() |
/// @description init
|
||
|
if(HOVER == self) HOVER = noone;
|
||
|
if(FOCUS == self) FOCUS = noone;
|
||
|
|
||
|
TEXTBOX_ACTIVE = noone;
|