aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2024-07-07 18:54:43 +0200
committerJavier <dev.git@javispedro.com>2024-07-07 18:54:43 +0200
commit347e5022e7f93abd1bddd361b843f7c63325904d (patch)
tree0e7f683129132b949abce8d5968df43423e9505c /mousetsr.h
parent6b85171610e7ba1e0c06dd70037f02788ad3cd35 (diff)
downloadvbados-347e5022e7f93abd1bddd361b843f7c63325904d.tar.gz
vbados-347e5022e7f93abd1bddd361b843f7c63325904d.zip
refactor int16 store keystroke with separate scancode/character args
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mousetsr.h b/mousetsr.h
index 5625ae1..05b2f24 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -102,7 +102,7 @@ typedef struct tsrdata {
/** Whether to enable & use wheel mouse. */
bool usewheel;
/** Key (scancode) to generate on wheel scroll up/down, or 0 for none. */
- uint16_t wheel_up_key, wheel_down_key;
+ uint8_t wheel_up_key, wheel_down_key;
#endif
// Video settings