Support Controller

This commit is contained in:
2024-01-02 22:51:51 -06:00
parent 837073fcda
commit 73a452d616
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;