mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-06 06:30:33 -04:00
fix bug, controller info, remove old stuff
This commit is contained in:
parent
e2fb5b9910
commit
1297cccd70
21 changed files with 98 additions and 66 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue