summaryrefslogtreecommitdiffstats
path: root/core/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-23 01:28:28 +0200
committerwm4 <wm4@nowhere>2013-06-29 22:58:13 +0200
commitfc422f5aebbfe6dd2ea12b92fe9b13ba5fd65041 (patch)
treed6aa5720da791117d26feb56bd5bf89f55bfd122 /core/input/input.h
parent776e2893a23c9cd139c406e15c6ec56ebba48b01 (diff)
downloadmpv-fc422f5aebbfe6dd2ea12b92fe9b13ba5fd65041.tar.bz2
mpv-fc422f5aebbfe6dd2ea12b92fe9b13ba5fd65041.tar.xz
command: add commands to enable/disable input sections
For now, it's mostly for testing. It also might allow to create key binding state machines, but this sounds questionable.
Diffstat (limited to 'core/input/input.h')
-rw-r--r--core/input/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/input/input.h b/core/input/input.h
index 26b529bfb9..551ba80db6 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -67,6 +67,9 @@ enum mp_command_type {
MP_CMD_TV_START_SCAN,
MP_CMD_STOP,
+ MP_CMD_ENABLE_INPUT_SECTION,
+ MP_CMD_DISABLE_INPUT_SECTION,
+
/// DVB commands
MP_CMD_DVB_SET_CHANNEL = 5101,