System/Libraries/Gui: Add disabled property to Widget class

This commit is contained in:
Alec Murphy 2025-04-14 20:41:03 -04:00
parent b30759c12e
commit 96e0009173

View file

@ -46,6 +46,7 @@ class @widget_origin
class Widget { class Widget {
Bool change; Bool change;
Bool disabled;
I64 id; I64 id;
I64 type; I64 type;
I64 x; I64 x;