summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/input/input.h b/input/input.h
index e4eb0a8d32..a523020f43 100644
--- a/input/input.h
+++ b/input/input.h
@@ -97,8 +97,10 @@ enum mp_command_type {
#define MP_INPUT_RELEASE_ALL -5
enum mp_on_osd {
- MP_ON_OSD_NO = 0,
- MP_ON_OSD_AUTO,
+ MP_ON_OSD_NO = 0, // prefer not using OSD
+ MP_ON_OSD_AUTO = 1, // use default behavior of the specific command
+ MP_ON_OSD_BAR = 2, // force a bar, if applicable
+ MP_ON_OSD_MSG = 4, // force a message, if applicable
};
enum mp_input_section_flags {