summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-24 16:48:34 +0100
committerwm4 <wm4@nowhere>2014-11-24 16:48:34 +0100
commitd33ae93b897bc407829c5f3c8b2000a7c31d37bd (patch)
tree2bcf497162349102f5bc002f50e66e53fa291f43 /input/input.h
parent0c5fd5a04719a6a7ae63df40bf2f9cac27b14862 (diff)
downloadmpv-d33ae93b897bc407829c5f3c8b2000a7c31d37bd.tar.bz2
mpv-d33ae93b897bc407829c5f3c8b2000a7c31d37bd.tar.xz
input: simplify
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.h b/input/input.h
index 02e9d2f86b..33d458ad5f 100644
--- a/input/input.h
+++ b/input/input.h
@@ -78,8 +78,8 @@ typedef struct mp_cmd {
char *input_section;
bool is_up_down : 1;
bool is_up : 1;
+ bool emit_on_up : 1;
bool is_mouse_button : 1;
- bool key_up_follows : 1;
bool repeated : 1;
bool mouse_move : 1;
int mouse_x, mouse_y;