Support Controller

This commit is contained in:
Jaby
2024-01-02 22:51:51 -06:00
parent ea71f4741f
commit 8b5ded2685
6 changed files with 152 additions and 16 deletions

View File

@@ -106,7 +106,9 @@ namespace JabyEngine {
return (ButtonState::was_down(button) && !ButtonState::is_down(button));
}
friend class RawController;
friend class RawController;
friend struct ControllerHelper;
friend void query_controller();
};
Header header;