Fix crash with event watchers + handle SDL loop better + shut down more appropriately
This commit is contained in:
@@ -59,4 +59,6 @@ public:
|
||||
bool getModified() { return modified; }
|
||||
nlohmann::json &settings;
|
||||
std::array<SDL_Keycode, 18> GetMappedKeys();
|
||||
void RegisterEventWatchers();
|
||||
void UnregisterEventWatchers();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user