Mouse input prototype

This commit is contained in:
John McCardle 2024-03-06 21:12:26 -05:00
commit 9587218b28
4 changed files with 200 additions and 98 deletions

View file

@ -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);
};