mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
add key_down_eventto slave mode, used to inject key down event with mplayer_put_key
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b03226df69
commit
b872f146e1
@ -141,6 +141,7 @@ static mp_cmd_t mp_cmds[] = {
|
||||
|
||||
{ MP_CMD_GET_VO_FULLSCREEN, "get_vo_fullscreen", 0, { {-1,{0}} } },
|
||||
{ MP_CMD_GET_SUB_VISIBILITY, "get_sub_visibility", 0, { {-1,{0}} } },
|
||||
{ MP_CMD_KEYDOWN_EVENTS, "key_down_event", 1, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
|
||||
|
||||
{ 0, NULL, 0, {} }
|
||||
};
|
||||
|
@ -67,6 +67,7 @@
|
||||
#define MP_CMD_GET_TIME_POS 63
|
||||
#define MP_CMD_SUB_LOAD 64
|
||||
#define MP_CMD_SUB_REMOVE 65
|
||||
#define MP_CMD_KEYDOWN_EVENTS 66
|
||||
|
||||
#define MP_CMD_GUI_EVENTS 5000
|
||||
#define MP_CMD_GUI_LOADFILE 5001
|
||||
|
Loading…
Reference in New Issue
Block a user