Mercurial > mplayer.hg
annotate input/input.h @ 34634:0ef7177a063b
Fix linking after FFmpeg merge.
Protocols that are available only when librtmp is present
are no longer disabled in the code, so we have to remove
them in our configure.
author | iive |
---|---|
date | Tue, 14 Feb 2012 16:50:42 +0000 |
parents | f05c75392897 |
children | 2d29160e0957 |
rev | line source |
---|---|
28112 | 1 /* |
2 * This file is part of MPlayer. | |
3 * | |
4 * MPlayer is free software; you can redistribute it and/or modify | |
5 * it under the terms of the GNU General Public License as published by | |
6 * the Free Software Foundation; either version 2 of the License, or | |
7 * (at your option) any later version. | |
8 * | |
9 * MPlayer is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License along | |
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
17 */ | |
18 | |
26029 | 19 #ifndef MPLAYER_INPUT_H |
20 #define MPLAYER_INPUT_H | |
25553
6ac1ece1f9fe
Add multiple inclusion guards to all header files that lack them.
diego
parents:
25502
diff
changeset
|
21 |
30530
c5d1693acb35
Declare mp_input_register_options() in input/input.h.
diego
parents:
29263
diff
changeset
|
22 #include "m_config.h" |
c5d1693acb35
Declare mp_input_register_options() in input/input.h.
diego
parents:
29263
diff
changeset
|
23 |
10867 | 24 // All command IDs |
27066 | 25 typedef enum { |
26 MP_CMD_SEEK, | |
27 MP_CMD_AUDIO_DELAY, | |
28 MP_CMD_QUIT, | |
29 MP_CMD_PAUSE, | |
30 MP_CMD_GRAB_FRAMES, // deprecated: was a no-op command for years | |
31 MP_CMD_PLAY_TREE_STEP, | |
32 MP_CMD_PLAY_TREE_UP_STEP, | |
33 MP_CMD_PLAY_ALT_SRC_STEP, | |
34 MP_CMD_SUB_DELAY, | |
35 MP_CMD_OSD, | |
36 MP_CMD_VOLUME, | |
37 MP_CMD_MIXER_USEMASTER, | |
38 MP_CMD_CONTRAST, | |
39 MP_CMD_BRIGHTNESS, | |
40 MP_CMD_HUE, | |
41 MP_CMD_SATURATION, | |
42 MP_CMD_FRAMEDROPPING, | |
43 MP_CMD_TV_STEP_CHANNEL, | |
44 MP_CMD_TV_STEP_NORM, | |
45 MP_CMD_TV_STEP_CHANNEL_LIST, | |
32438
faefba58f413
Implement a basic capture feature, available through -capture.
diego
parents:
32419
diff
changeset
|
46 MP_CMD_CAPTURING, |
27066 | 47 MP_CMD_VO_FULLSCREEN, |
48 MP_CMD_SUB_POS, | |
49 MP_CMD_DVDNAV, | |
50 MP_CMD_SCREENSHOT, | |
51 MP_CMD_PANSCAN, | |
52 MP_CMD_MUTE, | |
53 MP_CMD_LOADFILE, | |
54 MP_CMD_LOADLIST, | |
55 MP_CMD_VF_CHANGE_RECTANGLE, | |
56 MP_CMD_GAMMA, | |
57 MP_CMD_SUB_VISIBILITY, | |
58 MP_CMD_VOBSUB_LANG, // deprecated: combined with SUB_SELECT | |
59 MP_CMD_MENU, | |
60 MP_CMD_SET_MENU, | |
61 MP_CMD_GET_TIME_LENGTH, | |
62 MP_CMD_GET_PERCENT_POS, | |
63 MP_CMD_SUB_STEP, | |
64 MP_CMD_TV_SET_CHANNEL, | |
31956
a6c25d94e60e
Add new slave mode command for loading EDL file on demand.
reynaldo
parents:
31319
diff
changeset
|
65 MP_CMD_EDL_LOADFILE, |
27066 | 66 MP_CMD_EDL_MARK, |
67 MP_CMD_SUB_ALIGNMENT, | |
68 MP_CMD_TV_LAST_CHANNEL, | |
69 MP_CMD_OSD_SHOW_TEXT, | |
70 MP_CMD_TV_SET_FREQ, | |
71 MP_CMD_TV_SET_NORM, | |
72 MP_CMD_TV_SET_BRIGHTNESS, | |
73 MP_CMD_TV_SET_CONTRAST, | |
74 MP_CMD_TV_SET_HUE, | |
75 MP_CMD_TV_SET_SATURATION, | |
76 MP_CMD_GET_VO_FULLSCREEN, | |
77 MP_CMD_GET_SUB_VISIBILITY, | |
78 MP_CMD_SUB_FORCED_ONLY, | |
79 MP_CMD_VO_ONTOP, | |
80 MP_CMD_SUB_SELECT, | |
81 MP_CMD_VO_ROOTWIN, | |
82 MP_CMD_SWITCH_VSYNC, | |
83 MP_CMD_SWITCH_RATIO, | |
84 MP_CMD_FRAME_STEP, | |
85 MP_CMD_SPEED_INCR, | |
86 MP_CMD_SPEED_MULT, | |
87 MP_CMD_SPEED_SET, | |
88 MP_CMD_RUN, | |
89 MP_CMD_SUB_LOG, | |
90 MP_CMD_SWITCH_AUDIO, | |
91 MP_CMD_GET_TIME_POS, | |
92 MP_CMD_SUB_LOAD, | |
93 MP_CMD_SUB_REMOVE, | |
94 MP_CMD_KEYDOWN_EVENTS, | |
95 MP_CMD_VO_BORDER, | |
96 MP_CMD_SET_PROPERTY, | |
97 MP_CMD_GET_PROPERTY, | |
98 MP_CMD_OSD_SHOW_PROPERTY_TEXT, | |
30986
2186c040f9e0
Add osd_show_progression: Show progress bar and elapsed/total time.
cehoyos
parents:
30530
diff
changeset
|
99 MP_CMD_OSD_SHOW_PROGRESSION, |
27066 | 100 MP_CMD_SEEK_CHAPTER, |
101 MP_CMD_FILE_FILTER, | |
102 MP_CMD_GET_FILENAME, | |
103 MP_CMD_GET_VIDEO_CODEC, | |
104 MP_CMD_GET_VIDEO_BITRATE, | |
105 MP_CMD_GET_VIDEO_RESOLUTION, | |
106 MP_CMD_GET_AUDIO_CODEC, | |
107 MP_CMD_GET_AUDIO_BITRATE, | |
108 MP_CMD_GET_AUDIO_SAMPLES, | |
109 MP_CMD_GET_META_TITLE, | |
110 MP_CMD_GET_META_ARTIST, | |
111 MP_CMD_GET_META_ALBUM, | |
112 MP_CMD_GET_META_YEAR, | |
113 MP_CMD_GET_META_COMMENT, | |
114 MP_CMD_GET_META_TRACK, | |
115 MP_CMD_GET_META_GENRE, | |
116 MP_CMD_RADIO_STEP_CHANNEL, | |
117 MP_CMD_RADIO_SET_CHANNEL, | |
118 MP_CMD_RADIO_SET_FREQ, | |
119 MP_CMD_SET_MOUSE_POS, | |
120 MP_CMD_STEP_PROPERTY, | |
121 MP_CMD_RADIO_STEP_FREQ, | |
122 MP_CMD_TV_STEP_FREQ, | |
123 MP_CMD_LOOP, | |
124 MP_CMD_BALANCE, | |
125 MP_CMD_SUB_SCALE, | |
126 MP_CMD_TV_TELETEXT_ADD_DEC, | |
127 MP_CMD_TV_TELETEXT_GO_LINK, | |
128 MP_CMD_TV_START_SCAN, | |
129 MP_CMD_SUB_SOURCE, | |
130 MP_CMD_SUB_FILE, | |
131 MP_CMD_SUB_VOB, | |
132 MP_CMD_SUB_DEMUX, | |
133 MP_CMD_SWITCH_ANGLE, | |
134 MP_CMD_ASS_USE_MARGINS, | |
135 MP_CMD_SWITCH_TITLE, | |
136 MP_CMD_STOP, | |
32392 | 137 MP_CMD_OVERLAY_ADD, |
138 MP_CMD_OVERLAY_REMOVE, | |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
139 |
27068 | 140 /// DVDNAV commands |
141 MP_CMD_DVDNAV_UP = 1000, | |
142 MP_CMD_DVDNAV_DOWN, | |
143 MP_CMD_DVDNAV_LEFT, | |
144 MP_CMD_DVDNAV_RIGHT, | |
145 MP_CMD_DVDNAV_MENU, | |
146 MP_CMD_DVDNAV_SELECT, | |
147 MP_CMD_DVDNAV_PREVMENU, | |
148 MP_CMD_DVDNAV_MOUSECLICK, | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28112
diff
changeset
|
149 |
27066 | 150 /// DVB commands |
151 MP_CMD_DVB_SET_CHANNEL = 5101, | |
152 | |
153 /// Console commands | |
154 MP_CMD_CHELP = 7000, | |
155 MP_CMD_CEXIT, | |
156 MP_CMD_CHIDE, | |
30988
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
157 |
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
158 /// Audio Filter commands |
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
159 MP_CMD_AF_SWITCH, |
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
160 MP_CMD_AF_ADD, |
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
161 MP_CMD_AF_DEL, |
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
162 MP_CMD_AF_CLR, |
32419
8f35fc25523f
Add experimental af_cmdline slave command to allow changing filter options at runtime.
reimar
parents:
32392
diff
changeset
|
163 MP_CMD_AF_CMDLINE, |
30988
8d840754a921
Add slave commands for loading and unloading audio filters at runtime.
cehoyos
parents:
30986
diff
changeset
|
164 |
34339 | 165 /// GUI command |
166 MP_CMD_GUI, | |
167 | |
27066 | 168 } mp_command_type; |
10568 | 169 |
10867 | 170 // The arg types |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
171 #define MP_CMD_ARG_INT 0 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
172 #define MP_CMD_ARG_FLOAT 1 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
173 #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
|
174 #define MP_CMD_ARG_VOID 3 |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
175 |
5197 | 176 #ifndef MP_CMD_MAX_ARGS |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
177 #define MP_CMD_MAX_ARGS 10 |
5197 | 178 #endif |
179 | |
180 // Error codes for the drivers | |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
181 |
11678
972d1998bde9
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
diego
parents:
11542
diff
changeset
|
182 // An error occurred but we can continue |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
183 #define MP_INPUT_ERROR -1 |
11678
972d1998bde9
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
diego
parents:
11542
diff
changeset
|
184 // A fatal error occurred, this driver should be removed |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
185 #define MP_INPUT_DEAD -2 |
10867 | 186 // No input was available |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
187 #define MP_INPUT_NOTHING -3 |
15825 | 188 //! Input will be available if you try again |
189 #define MP_INPUT_RETRY -4 | |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
190 |
10867 | 191 // For the key's drivers, if possible you can send key up and key down |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28112
diff
changeset
|
192 // events. Key up is the default, to send a key down you must use the |
13634
9a270ee1682e
Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.
diego
parents:
13626
diff
changeset
|
193 // OR operator between the key code and MP_KEY_DOWN. |
4657
610a11e4db36
Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents:
4589
diff
changeset
|
194 #define MP_KEY_DOWN (1<<29) |
5197 | 195 // 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
|
196 #define MP_NO_REPEAT_KEY (1<<28) |
33017
cc8cef372901
Make "stuck keys" problem impossibly by resetting the internal
reimar
parents:
32438
diff
changeset
|
197 // Special value to mark all keys as "up" |
cc8cef372901
Make "stuck keys" problem impossibly by resetting the internal
reimar
parents:
32438
diff
changeset
|
198 #define MP_KEY_RELEASE_ALL (1<<27) |
4589
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
199 |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
200 #ifndef MP_MAX_KEY_DOWN |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
201 #define MP_MAX_KEY_DOWN 32 |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
202 #endif |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
203 |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
204 typedef union mp_cmd_arg_value { |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
205 int i; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
206 float f; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
207 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
|
208 void* v; |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
209 } mp_cmd_arg_value_t; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
210 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
211 typedef struct mp_cmd_arg { |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
212 int type; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
213 mp_cmd_arg_value_t v; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
214 } mp_cmd_arg_t; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
215 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
216 typedef struct mp_cmd { |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
217 int id; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
218 char* name; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
219 int nargs; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
220 mp_cmd_arg_t args[MP_CMD_MAX_ARGS]; |
13991 | 221 int pausing; |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
222 } mp_cmd_t; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
223 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
224 |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
225 typedef struct mp_cmd_bind { |
4589
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
226 int input[MP_MAX_KEY_DOWN+1]; |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
227 char* cmd; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
228 } mp_cmd_bind_t; |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
229 |
4589
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
230 typedef struct mp_key_name { |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
231 int key; |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
232 char* name; |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
233 } mp_key_name_t; |
4ce20c55a18a
Added support for key combination and mouse buttons key code
albeu
parents:
4431
diff
changeset
|
234 |
10867 | 235 // These typedefs are for the drivers. They are the functions used to retrieve |
5197 | 236 // the next key code or command. |
237 | |
10867 | 238 // These functions should return the key code or one of the error codes |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
239 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
|
240 // 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
|
241 typedef int (*mp_cmd_func_t)(int fd,char* dest,int size); |
5197 | 242 // These are used to close the driver |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
243 typedef void (*mp_close_func_t)(int fd); |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
244 |
10867 | 245 // Set this to grab all incoming key codes |
28054 | 246 extern int (*mp_input_key_cb)(int code); |
8196
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
247 // 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
|
248 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
|
249 |
10867 | 250 // This function adds a new key driver. |
5197 | 251 // The first arg is a file descriptor (use a negative value if you don't use any fd) |
10867 | 252 // The second arg tells if we use select on the fd to know if something is available. |
253 // The third arg is optional. If null a default function wich reads an int from the | |
5197 | 254 // fd will be used. |
255 // The last arg can be NULL if nothing is needed to close the driver. The close | |
256 // function can be used | |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
257 int |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
258 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
|
259 |
10867 | 260 // This removes a cmd driver, you usually don't need to use it. |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
261 void |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
262 mp_input_rm_cmd_fd(int fd); |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
263 |
10867 | 264 // The args are the same as for the key's drivers. If you don't use any valid fd you MUST |
5197 | 265 // give a read_func. |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
266 int |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
267 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
|
268 |
10867 | 269 // As for the cmd one you usually don't need this function. |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
270 void |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
271 mp_input_rm_key_fd(int fd); |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
272 |
24132 | 273 int mp_input_add_event_fd(int fd, void (*read_func)(void)); |
274 | |
275 void mp_input_rm_event_fd(int fd); | |
276 | |
25263
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
25129
diff
changeset
|
277 /// Get input key from its name. |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
25129
diff
changeset
|
278 int mp_input_get_key_from_name(const char *name); |
96d0992c7920
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
ulion
parents:
25129
diff
changeset
|
279 |
10867 | 280 // This function can be used to put a command in the system again. It's used by libmpdemux |
281 // when it performs a blocking operation to resend the command it received to the main | |
5197 | 282 // loop. |
4821 | 283 int |
284 mp_input_queue_cmd(mp_cmd_t* cmd); | |
285 | |
10867 | 286 // This function retrieves the next available command waiting no more than time msec. |
5197 | 287 // 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
|
288 mp_cmd_t* |
13603 | 289 mp_input_get_cmd(int time, int paused, int peek_only); |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
290 |
8196
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
291 mp_cmd_t* |
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
292 mp_input_parse_cmd(char* str); |
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
293 |
25319
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
294 /** |
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
295 * Parse and queue commands separated by '\n'. |
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
296 * @return count of commands new queued. |
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
297 */ |
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
298 int mp_input_parse_and_queue_cmds(const char *str); |
50a30be5300c
Add new function for parsing and queueing multi-commands separated by \n or \r.
ulion
parents:
25263
diff
changeset
|
299 |
10867 | 300 /// These filters allow you to process the command before MPlayer. |
301 /// If a filter returns a true value mp_input_get_cmd will return NULL. | |
8196
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
302 void |
419bdbfdb660
Add the possibilty to grab the keys and to filter the commands
albeu
parents:
7912
diff
changeset
|
303 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
|
304 |
5197 | 305 // After getting a command from mp_input_get_cmd you need to free it using this |
306 // function | |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
307 void |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
308 mp_cmd_free(mp_cmd_t* cmd); |
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
309 |
10867 | 310 // This creates 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
|
311 mp_cmd_t* |
610a11e4db36
Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents:
4589
diff
changeset
|
312 mp_cmd_clone(mp_cmd_t* cmd); |
610a11e4db36
Added key autorepeat support. Options to enable/disable joystick and lirc
albeu
parents:
4589
diff
changeset
|
313 |
23477 | 314 // Set current input section |
315 void | |
316 mp_input_set_section(char *name); | |
317 | |
318 // Get current input section | |
319 char* | |
320 mp_input_get_section(void); | |
321 | |
10867 | 322 // When you create a new driver you should add it in these 2 functions. |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
323 void |
31319 | 324 mp_input_init(void); |
4418
8141d2c399e4
A new configurable input system and joystick support for this system
albeu
parents:
diff
changeset
|
325 |
4431 | 326 void |
327 mp_input_uninit(void); | |
7862
013c255225d8
mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents:
7779
diff
changeset
|
328 |
30530
c5d1693acb35
Declare mp_input_register_options() in input/input.h.
diego
parents:
29263
diff
changeset
|
329 void mp_input_register_options(m_config_t* cfg); |
c5d1693acb35
Declare mp_input_register_options() in input/input.h.
diego
parents:
29263
diff
changeset
|
330 |
7862
013c255225d8
mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents:
7779
diff
changeset
|
331 // Interruptible usleep: (used by libmpdemux) |
013c255225d8
mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents:
7779
diff
changeset
|
332 int |
013c255225d8
mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
arpi
parents:
7779
diff
changeset
|
333 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
|
334 |
25623
b955a135e3a8
Do not use exit_player in the signal handler, this code just can not
reimar
parents:
25576
diff
changeset
|
335 extern int async_quit_request; |
b955a135e3a8
Do not use exit_player in the signal handler, this code just can not
reimar
parents:
25576
diff
changeset
|
336 |
26029 | 337 #endif /* MPLAYER_INPUT_H */ |