summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorxylosper <darklin20@gmail.com>2015-04-21 00:50:43 +0900
committerxylosper <darklin20@gmail.com>2015-04-21 00:54:29 +0900
commitc64e4e48d97b9af2b241179ee87765e5d17fff95 (patch)
treec6df7a6ef5f2f8955ae14e0956dbd6fa96d5a41a /player/core.h
parentebe2c2b6d19357f73b9fc82de2a47a2aa321e44a (diff)
downloadmpv-c64e4e48d97b9af2b241179ee87765e5d17fff95.tar.bz2
mpv-c64e4e48d97b9af2b241179ee87765e5d17fff95.tar.xz
command: disc-mouse-on-button property
This property indicates whether mouse cursor is located on button or not for disc naviation.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 23547ac630..9ed452ffad 100644
--- a/player/core.h
+++ b/player/core.h
@@ -373,6 +373,7 @@ void mp_nav_destroy(struct MPContext *mpctx);
void mp_nav_user_input(struct MPContext *mpctx, char *command);
void mp_handle_nav(struct MPContext *mpctx);
int mp_nav_in_menu(struct MPContext *mpctx);
+bool mp_nav_mouse_on_button(struct MPContext *mpctx);
// loadfile.c
void uninit_player(struct MPContext *mpctx, unsigned int mask);