Changed how buttons render

This commit is contained in:
andreja6
2018-05-02 16:47:14 -07:00
parent 4b580ef5ad
commit e04f53c071
8 changed files with 69 additions and 18 deletions

View File

@@ -10,4 +10,7 @@ public:
~DataModelInstance(void);
WorkspaceInstance* getWorkspace();
Instance* getGuiRoot();
float mousex;
float mousey;
bool mouseButton1Down;
};