4 Commits

Author SHA1 Message Date
4b9bcbb05e Split pad into it's own SDK library with the rest 2025-04-14 17:31:48 -07:00
1b088e79e8 Update to SDL3 & latest imgui 2025-04-02 19:57:16 -06:00
ca822a7679 Input: Fix bad assumption about init
If we try and initialize anything controller related before the event
subsystem is initialized we lose all controllers detected on startup.
To solve this we simply wait until the first frame is about to be rendered
*then* initialize the controller subsystems
2023-01-21 19:48:26 -08:00
9a725c89cf Initial commit 2022-07-27 11:25:25 -04:00