NoGUI: Add SDL platform

This commit is contained in:
Stenzek
2024-03-21 01:53:34 +10:00
parent 604dd5df40
commit bcc7ab71cb
11 changed files with 843 additions and 4 deletions

View File

@ -46,6 +46,10 @@ public:
static u32 GetRGBForPlayerId(SettingsInterface& si, u32 player_id);
static u32 ParseRGBForPlayerId(const std::string_view& str, u32 player_id);
static bool IsHandledInputEvent(const SDL_Event* ev);
static bool ALLOW_EVENT_POLLING;
private:
struct ControllerData
{