diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 23:46:56 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-23 23:46:56 +0200 |
commit | 17283c55122234e7cc2dc352262b273d05aecff8 (patch) | |
tree | cbc8658fc02438779a9256b31c29a66aa5a80371 /main/floormat-events.hpp | |
parent | 0efe01d0e7286e9eb60c4739ae748c0cb6e7a51f (diff) |
a
Diffstat (limited to 'main/floormat-events.hpp')
-rw-r--r-- | main/floormat-events.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/floormat-events.hpp b/main/floormat-events.hpp index 64f41efd..97c5f171 100644 --- a/main/floormat-events.hpp +++ b/main/floormat-events.hpp @@ -46,8 +46,7 @@ struct text_editing_event final { struct key_event final { SDL_Keycode key = SDLK_UNKNOWN; SDL_Keymod mods = KMOD_NONE; - std::uint8_t is_down : 1 = false; - std::uint8_t is_repeated : 1 = false; + std::uint8_t is_repeated = false; }; struct any_event final { |