Mouse input prototype
This commit is contained in:
parent
6a1edfe182
commit
9587218b28
4 changed files with 200 additions and 98 deletions
|
|
@ -12,4 +12,6 @@ public:
|
|||
void update() override final;
|
||||
void doAction(std::string, std::string) override final;
|
||||
void sRender() override final;
|
||||
|
||||
void do_mouse_input(std::string, std::string);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue