summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-05-11 17:28:50 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-05-11 17:28:50 +0200
commitd4dbb9333666a2a0c752ecee49b4f70b8e4c1371 (patch)
treea2103f9731c14584d542df076553ebb623f7aafe /src/input.h
parent5392f970f970ba0d5f4642b11935e61653086aae (diff)
work
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
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