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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/input/input.h b/mpvcore/input/input.h
index ebdbc76821..ed1f177e58 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -118,6 +118,8 @@ enum mp_input_section_flags {
MP_INPUT_EXCLUSIVE = 1,
// Let mp_input_test_dragging() return true, even if inside the mouse area.
MP_INPUT_ALLOW_VO_DRAGGING = 2,
+ // Don't force mouse pointer visible, even if inside the mouse area.
+ MP_INPUT_ALLOW_HIDE_CURSOR = 4,
};
struct input_ctx;