3 Commits

Author SHA1 Message Date
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