summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-09-24 11:58:03 +1000
committerNathan Scott <nathans@redhat.com>2021-09-24 11:58:03 +1000
commitd5ac75a5c7c585cb87c04cd568c3164dbde35fa4 (patch)
tree55b6fb1823e2ec82bd1b2c2fba2d208cd53507e3
parent3d99c306b9c697ac0c3082b4643e61699867a546 (diff)
parent2ba7d5ff36f62b66a476537329b020da95923572 (diff)
Merge branch 'fasterit-fix-mouse-wheel'
-rw-r--r--CRT.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CRT.h b/CRT.h
index f2c2c22e..c7edcfe5 100644
--- a/CRT.h
+++ b/CRT.h
@@ -147,9 +147,9 @@ void CRT_fatalError(const char* note) ATTR_NORETURN;
void CRT_handleSIGSEGV(int signal) ATTR_NORETURN;
-#define KEY_WHEELUP KEY_F(20)
-#define KEY_WHEELDOWN KEY_F(21)
-#define KEY_RECLICK KEY_F(22)
+#define KEY_WHEELUP KEY_F(30)
+#define KEY_WHEELDOWN KEY_F(31)
+#define KEY_RECLICK KEY_F(32)
#define KEY_ALT(x) (KEY_F(64 - 26) + ((x) - 'A'))
extern const char* CRT_degreeSign;

© 2014-2024 Faster IT GmbH | imprint | privacy policy