diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-12 14:46:38 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:02 +0200 |
commit | 44d7fec2624dd5a59fc93e229c0e3221f8311278 (patch) | |
tree | 9046572d211fe89c5bf6e33fce0fb4dd76eb7d0f /src/game/game.hpp | |
parent | a0c38153cffbed95786863ad3edd710ec3f79fb0 (diff) |
refactor: improve configuring cursor style
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r-- | src/game/game.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp index 09a9ee0..e69ce46 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -83,6 +83,9 @@ private: Mode _current_mode; + CursorStyle _normal_mode_cursor_style; + CursorStyle _command_mode_cursor_style; + int32_t _minimum_cursor_pos_y; std::optional<Vector2> _last_pos_before_command_mode; |