Make scrolling immediately react to keypresses regardless of the previous internal scroll state.

This commit is contained in:
László Monda
2017-12-07 04:44:45 +01:00
parent 2eb25ce05c
commit 2f7f7b1cd2
2 changed files with 18 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
} mouse_speed_t;
typedef struct {
bool isScroll;
bool wasMoveAction;
serialized_mouse_action_t upState;
serialized_mouse_action_t downState;