fix bug, controller info, remove old stuff

This commit is contained in:
Ondrej Novak 2025-03-08 20:40:04 +01:00
parent e2fb5b9910
commit 1297cccd70
21 changed files with 98 additions and 66 deletions

View file

@ -160,6 +160,7 @@ public:
bool is_joystick_used() const;
bool is_joystick_enabled() const;
protected:
struct SDL_Deleter {
@ -240,7 +241,7 @@ protected:
std::jthread _render_thread;
bool _fullscreen_mode = false;
bool _present = false;
bool _present = false;
std::atomic<bool> _key_control = false;
std::atomic<bool> _key_shift = false;
std::atomic<bool> _key_capslock = false;