Added left mouse click support for menu, submenu and battle
This commit is contained in:
@@ -59,6 +59,7 @@ class ObjectSelector : public GuiLayer
|
||||
void Add(T*);
|
||||
void Remove(T*);
|
||||
bool CheckUserInput(JButton key);
|
||||
bool CheckUserInput(int x, int y);
|
||||
void Update(float dt);
|
||||
void Render();
|
||||
void Push();
|
||||
|
||||
Reference in New Issue
Block a user