Pixel-Composer/objects/_p_dialog/Destroy_0.gml

5 lines
114 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
if(HOVER == self) HOVER = noone;
2022-01-25 16:58:11 +07:00
if(FOCUS == self) setFocus(noone);
2022-01-13 11:24:03 +07:00
TEXTBOX_ACTIVE = noone;