1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-01 00:08:50 +00:00

dialog:: mouse control in matrix dialog

This commit is contained in:
Zeno Rogue
2023-08-14 04:50:13 +02:00
parent 3a3317d0be
commit 9ab2b2bbd8
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -5791,6 +5791,7 @@ namespace sm {
static const int EDIT_BEFORE_WALLS = (1<<25); // mouseover targets before walls
static const int EDIT_INSIDE_WALLS = (1<<26); // mouseover targets inside walls
static const int DIALOG_WIDE = (1<<27); // make dialogs wide
static const int MOUSEAIM = (1<<28); // mouse aiming active here
}
#endif