summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/input/input.h')
-rw-r--r--mpvcore/input/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpvcore/input/input.h b/mpvcore/input/input.h
index 8ea1070f8b..160abfb50e 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -158,7 +158,8 @@ typedef struct mp_cmd {
bool mouse_move;
int mouse_x, mouse_y;
struct mp_cmd *queue_next;
- double scale; // for scaling numeric arguments
+ double scale; // for scaling numeric arguments
+ bool allow_auto_repeat; // used in command specification
} mp_cmd_t;