annotate input/input.h @ 8365:423a19edc0a4

This patch makes it possible to navigate among the subtitles while playing movies. It can be very useful when using desynched subtitles. A new command 'sub_step' is added, which takes an integer argument. 'sub_step +1' will immediately display the next subtitle, adjusting sub_delay as if one had used the 'sub_delay' command to navigate to the subtitle. 'sub_step -1' displays the previous subtitle and adjusts the sub_delay. By using these two commands you can navigate among the subtitles without having to search blindly using 'sub_delay'. patch by Oskar Liljeblad (oskar@osk.mine.nu)
author arpi
date Thu, 05 Dec 2002 00:15:56 +0000
parents 137b7574c85f
children 47cf94058137
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
1 // All commands id
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
2 #define MP_CMD_SEEK 0
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
3 #define MP_CMD_AUDIO_DELAY 1
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
4 #define MP_CMD_QUIT 2
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
5 #define MP_CMD_PAUSE 3
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
6 #define MP_CMD_GRAB_FRAMES 4
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
7 #define MP_CMD_PLAY_TREE_STEP 5
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
8 #define MP_CMD_PLAY_TREE_UP_STEP 6
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
9 #define MP_CMD_PLAY_ALT_SRC_STEP 7
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
10 #define MP_CMD_SUB_DELAY 8
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
11 #define MP_CMD_OSD 9
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
12 #define MP_CMD_VOLUME 10
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
13 #define MP_CMD_MIXER_USEMASTER 11
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
14 #define MP_CMD_CONTRAST 12
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
15 #define MP_CMD_BRIGHTNESS 13
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
16 #define MP_CMD_HUE 14
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
17 #define MP_CMD_SATURATION 15
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
18 #define MP_CMD_FRAMEDROPPING 16
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
19 #define MP_CMD_TV_STEP_CHANNEL 17
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
20 #define MP_CMD_TV_STEP_NORM 18
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
21 #define MP_CMD_TV_STEP_CHANNEL_LIST 19
4732
876f0ea71526 vo_fullscreen added
alex
parents: 4657
diff changeset
22 #define MP_CMD_VO_FULLSCREEN 20
5015
9842148f6053 -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly.vabo.cz>
arpi
parents: 4858
diff changeset
23 #define MP_CMD_SUB_POS 21
5380
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
24 #define MP_CMD_DVDNAV 22
6112
69b3c25728fb Add the forgoten scrennshot command
albeu
parents: 5473
diff changeset
25 #define MP_CMD_SCREENSHOT 23
6304
ee65527096c2 pan&scan support with -vo xv by ?? <mplayer@svennevid.net>
arpi
parents: 6112
diff changeset
26 #define MP_CMD_PANSCAN 24
6311
da2dda48b7ec add mute support ( step 1 ) and fixed panscan bugs (1000l for me)
pontscho
parents: 6304
diff changeset
27 #define MP_CMD_MUTE 25
6818
b9a6817d9ff3 Add loadfile and loadlist commands. May be buggy if the filename contain some
albeu
parents: 6311
diff changeset
28 #define MP_CMD_LOADFILE 26
b9a6817d9ff3 Add loadfile and loadlist commands. May be buggy if the filename contain some
albeu
parents: 6311
diff changeset
29 #define MP_CMD_LOADLIST 27
6888
2dde1a1bc03a Add the input command "change_rectangle" to control the rectangle
kmkaplan
parents: 6818
diff changeset
30 #define MP_CMD_VF_CHANGE_RECTANGLE 28
7517
9d433771b6d0 -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
arpi
parents: 7111
diff changeset
31 #define MP_CMD_GAMMA 29
7628
d6608342591d This patch adds the functionality to disable/enable subtitles while playing
arpi
parents: 7517
diff changeset
32 #define MP_CMD_SUB_VISIBILITY 30
7779
f3166c864e9e Mplayer can switch between subtitles of different languages during
kmkaplan
parents: 7628
diff changeset
33 #define MP_CMD_VOBSUB_LANG 31
8196
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
34 #define MP_CMD_MENU 32
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
35 #define MP_CMD_SET_MENU 33
8364
137b7574c85f slave-mode commands to get movie length & pos
arpi
parents: 8225
diff changeset
36 #define MP_CMD_GET_TIME_LENGTH 34
137b7574c85f slave-mode commands to get movie length & pos
arpi
parents: 8225
diff changeset
37 #define MP_CMD_GET_PERCENT_POS 35
8365
423a19edc0a4 This patch makes it possible to navigate among the subtitles while
arpi
parents: 8364
diff changeset
38 #define MP_CMD_SUB_STEP 36
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
39
4858
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
40 #define MP_CMD_GUI_EVENTS 5000
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
41 #define MP_CMD_GUI_LOADFILE 5001
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
42 #define MP_CMD_GUI_LOADSUBTITLE 5002
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
43 #define MP_CMD_GUI_ABOUT 5003
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
44 #define MP_CMD_GUI_PLAY 5004
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
45 #define MP_CMD_GUI_STOP 5005
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
46 #define MP_CMD_GUI_PLAYLIST 5006
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
47 #define MP_CMD_GUI_PREFERENCES 5007
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
48 #define MP_CMD_GUI_FULLSCREEN 5008
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
49 #define MP_CMD_GUI_SKINBROWSER 5009
65730cea02e7 add half new input support for gui
pontscho
parents: 4821
diff changeset
50
5473
39dae98304af dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
arpi
parents: 5380
diff changeset
51 #define MP_CMD_DVDNAV_EVENT 6000
39dae98304af dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
arpi
parents: 5380
diff changeset
52
5380
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
53 #define MP_CMD_DVDNAV_UP 1
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
54 #define MP_CMD_DVDNAV_DOWN 2
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
55 #define MP_CMD_DVDNAV_LEFT 3
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
56 #define MP_CMD_DVDNAV_RIGHT 4
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
57 #define MP_CMD_DVDNAV_MENU 5
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
58 #define MP_CMD_DVDNAV_SELECT 6
8a01cde9cf39 DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>
arpi
parents: 5197
diff changeset
59
8196
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
60 /// Console command
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
61 #define MP_CMD_CHELP 7000
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
62 #define MP_CMD_CEXIT 7001
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
63 #define MP_CMD_CHIDE 7002
8225
c032962b51a1 Add quoting support for string arguments (fix loading of file with space in
albeu
parents: 8196
diff changeset
64 #define MP_CMD_CRUN 7003
8196
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
65
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
66 // The args types
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
67 #define MP_CMD_ARG_INT 0
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
68 #define MP_CMD_ARG_FLOAT 1
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
69 #define MP_CMD_ARG_STRING 2
5473
39dae98304af dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
arpi
parents: 5380
diff changeset
70 #define MP_CMD_ARG_VOID 3
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
71
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
72 #ifndef MP_CMD_MAX_ARGS
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
73 #define MP_CMD_MAX_ARGS 10
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
74 #endif
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
75
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
76 // Error codes for the drivers
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
77
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
78 // An error occured but we can continue
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
79 #define MP_INPUT_ERROR -1
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
80 // A fatal error occured, this driver should be removed
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
81 #define MP_INPUT_DEAD -2
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
82 // No input were avaible
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
83 #define MP_INPUT_NOTHING -3
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
84
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
85 // For the keys drivers, if possible you can send key up and key down
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
86 // events. Key up is the default, to send a key down you must or the key
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
87 // code with MP_KEY_DOWN
4657
610a11e4db36 Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents: 4589
diff changeset
88 #define MP_KEY_DOWN (1<<29)
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
89 // Use this when the key shouldn't be auto-repeated (like mouse buttons)
4657
610a11e4db36 Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents: 4589
diff changeset
90 #define MP_NO_REPEAT_KEY (1<<28)
4589
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
91
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
92 #ifndef MP_MAX_KEY_DOWN
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
93 #define MP_MAX_KEY_DOWN 32
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
94 #endif
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
95
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
96 typedef union mp_cmd_arg_value {
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
97 int i;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
98 float f;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
99 char* s;
5473
39dae98304af dvdnav event added, queue size 10->100, added void* event arg type - dvdnav patch by Kees Cook <mplayer@outflux.net>
arpi
parents: 5380
diff changeset
100 void* v;
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
101 } mp_cmd_arg_value_t;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
102
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
103 typedef struct mp_cmd_arg {
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
104 int type;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
105 mp_cmd_arg_value_t v;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
106 } mp_cmd_arg_t;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
107
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
108 typedef struct mp_cmd {
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
109 int id;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
110 char* name;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
111 int nargs;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
112 mp_cmd_arg_t args[MP_CMD_MAX_ARGS];
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
113 } mp_cmd_t;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
114
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
115
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
116 typedef struct mp_cmd_bind {
4589
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
117 int input[MP_MAX_KEY_DOWN+1];
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
118 char* cmd;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
119 } mp_cmd_bind_t;
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
120
4589
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
121 typedef struct mp_key_name {
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
122 int key;
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
123 char* name;
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
124 } mp_key_name_t;
4ce20c55a18a Added support for key combination and mouse buttons key code
albeu
parents: 4431
diff changeset
125
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
126 // These typedefs are for the drivers. They are the functions used to retrive
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
127 // the next key code or command.
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
128
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
129 // These functions should return the key code or one of the error code
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
130 typedef int (*mp_key_func_t)(int fd);
7912
e15e76559bd5 Reverse Arpi's commit and put the right fix in place.
albeu
parents: 7862
diff changeset
131 // These functions should act like read but they must use our error code (if needed ;-)
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
132 typedef int (*mp_cmd_func_t)(int fd,char* dest,int size);
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
133 // These are used to close the driver
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
134 typedef void (*mp_close_func_t)(int fd);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
135
8196
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
136 // Set this to grab all incoming key code
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
137 extern void (*mp_input_key_cb)(int code);
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
138 // Should return 1 if the command was processed
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
139 typedef int (*mp_input_cmd_filter)(mp_cmd_t* cmd, int paused, void* ctx);
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
140
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
141 // This function add a new key driver.
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
142 // The first arg is a file descriptor (use a negative value if you don't use any fd)
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
143 // The second arg tell if we use select on the fd to know if something is avaible.
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
144 // The third arg is optional. If null a default function wich read an int from the
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
145 // fd will be used.
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
146 // The last arg can be NULL if nothing is needed to close the driver. The close
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
147 // function can be used
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
148 int
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
149 mp_input_add_cmd_fd(int fd, int select, mp_cmd_func_t read_func, mp_close_func_t close_func);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
150
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
151 // This remove a cmd driver, you usally don't need to use it
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
152 void
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
153 mp_input_rm_cmd_fd(int fd);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
154
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
155 // The args are the sames as for the keys drivers. If you don't use any valid fd you MUST
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
156 // give a read_func.
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
157 int
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
158 mp_input_add_key_fd(int fd, int select, mp_key_func_t read_func, mp_close_func_t close_func);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
159
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
160 // As for the cmd one you usally don't need this function
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
161 void
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
162 mp_input_rm_key_fd(int fd);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
163
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
164 // This function can be used to reput a command in the system. It's used by libmpdemux
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
165 // when it perform a blocking operation to resend the command it received to the main
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
166 // loop.
4821
5a71377d2759 Fixed bug with comments in input.conf parser
albeu
parents: 4732
diff changeset
167 int
5a71377d2759 Fixed bug with comments in input.conf parser
albeu
parents: 4732
diff changeset
168 mp_input_queue_cmd(mp_cmd_t* cmd);
5a71377d2759 Fixed bug with comments in input.conf parser
albeu
parents: 4732
diff changeset
169
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
170 // This function retrive the next avaible command waiting no more than time msec.
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
171 // If pause is true, the next input will always return a pause command.
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
172 mp_cmd_t*
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
173 mp_input_get_cmd(int time, int paused);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
174
8196
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
175 mp_cmd_t*
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
176 mp_input_parse_cmd(char* str);
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
177
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
178 /// These filter allow you to process the command before mplayer
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
179 /// If a filter return a true value mp_input_get_cmd will return NULL
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
180 void
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
181 mp_input_add_cmd_filter(mp_input_cmd_filter, void* ctx);
419bdbfdb660 Add the possibilty to grab the keys and to filter the commands
albeu
parents: 7912
diff changeset
182
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
183 // After getting a command from mp_input_get_cmd you need to free it using this
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
184 // function
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
185 void
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
186 mp_cmd_free(mp_cmd_t* cmd);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
187
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
188 // This create a copy of a command (used by the auto repeat stuff)
4657
610a11e4db36 Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents: 4589
diff changeset
189 mp_cmd_t*
610a11e4db36 Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents: 4589
diff changeset
190 mp_cmd_clone(mp_cmd_t* cmd);
610a11e4db36 Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents: 4589
diff changeset
191
5197
f0e3dcefb7af Commentting session
albeu
parents: 5015
diff changeset
192 // When you create a new driver you should add it in this 2 functions.
4418
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
193 void
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
194 mp_input_init(void);
8141d2c399e4 A new configurable input system and joystick support for this system
albeu
parents:
diff changeset
195
4431
44c23fd75005 Added uninit to input
albeu
parents: 4418
diff changeset
196 void
44c23fd75005 Added uninit to input
albeu
parents: 4418
diff changeset
197 mp_input_uninit(void);
7862
013c255225d8 mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents: 7779
diff changeset
198
013c255225d8 mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents: 7779
diff changeset
199 // Interruptible usleep: (used by libmpdemux)
013c255225d8 mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents: 7779
diff changeset
200 int
013c255225d8 mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents: 7779
diff changeset
201 mp_input_check_interrupt(int time);
013c255225d8 mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents: 7779
diff changeset
202