aboutsummaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-12 14:46:38 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:02 +0200
commit44d7fec2624dd5a59fc93e229c0e3221f8311278 (patch)
tree9046572d211fe89c5bf6e33fce0fb4dd76eb7d0f /src/game/game.hpp
parenta0c38153cffbed95786863ad3edd710ec3f79fb0 (diff)
refactor: improve configuring cursor style
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp3
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;