Added click listener to TextButton

This commit is contained in:
andreja6
2018-04-24 12:44:24 -07:00
parent d1a1ebd016
commit f6b301a836
2 changed files with 26 additions and 0 deletions

View File

@@ -27,4 +27,5 @@ public:
bool visible;
int textSize;
void drawObj(RenderDevice*, Vector2, bool);
bool mouseInButton(float, float, RenderDevice*);
};