Added "disabled" bool to button

Changed null check
This commit is contained in:
andreja6
2018-04-23 23:40:58 -07:00
parent 68ac692314
commit 05da8e2270
5 changed files with 23 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ public:
bool floatBottom;
bool floatRight;
bool floatCenter;
bool disabled;
protected:
bool mouseInArea(float, float, float, float, float, float);
};