diff options
Diffstat (limited to 'src/input.h')
| -rw-r--r-- | src/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h index 21f4df9..189df68 100644 --- a/src/input.h +++ b/src/input.h @@ -171,6 +171,7 @@ typedef struct t_mouse_input s8 left_state; s8 right_state; s8 scroll_state; + bool last_state_released; } mouse_input; typedef enum t_keyboard_input_mode |
