Mouse hover, and part selection is now functional.

This commit is contained in:
MusicalProgrammer
2018-05-31 19:59:17 -04:00
parent 5aaf134ba8
commit 8816e96ba3
3 changed files with 41 additions and 34 deletions

View File

@@ -16,5 +16,6 @@ public:
Instance* getGuiRoot();
float mousex;
float mousey;
Vector2 getMousePos();
bool mouseButton1Down;
};