Support Controller

This commit is contained in:
Jaby
2024-01-02 22:51:51 -06:00
committed by Jaby
parent cf7c88c72c
commit c6089d64a1
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;