Switched back to raw input - it appears it *does* work with the hook.

This commit is contained in:
OBattler
2025-01-03 00:15:28 +01:00
parent 7ad3b81058
commit 06923a2800
4 changed files with 19 additions and 50 deletions

View File

@@ -165,7 +165,7 @@ extern _Atomic double mouse_y_error; /* Mouse error accumulator - Y */
#endif
extern int pit_mode; /* (C) force setting PIT mode */
extern int fm_driver; /* (C) select FM sound driver */
extern int raw_input; /* (C) Use raw input */
extern int hook_enabled; /* (C) Keyboard hook is enabled */
/* Keyboard variables for future key combination redefinition. */
extern uint16_t key_prefix_1_1;