mpv/input
wm4 5c49fe97cb input: use flag option type for some input commands
This gets rid of the need for a second (or more) parameters; instead it
can be all in one parameter. The (now) redundant parameter is still
parsed for compatibility, though.

The way the flags make each other conflict is a bit tricky: they have
overlapping bits, and the option parser disallows setting already set
bits.
2015-03-04 17:31:36 +01:00
..
cmd_list.c input: use flag option type for some input commands 2015-03-04 17:31:36 +01:00
cmd_list.h command: add rescan_external_files 2015-02-16 22:08:16 +01:00
cmd_parse.c input: fix dangling pointer 2015-01-25 00:37:31 +01:00
cmd_parse.h command: print executed commands with -v 2014-10-23 15:13:05 +02:00
event.c
event.h
input.c input: minor cleanup 2015-02-18 21:12:57 +01:00
input.h input: simplify 2014-11-24 16:48:34 +01:00
ipc.c input: handle closed pipe correctly 2015-02-26 22:09:01 +01:00
joystick.c Do not call strerror() 2014-11-26 21:21:56 +01:00
keycodes.c input: add MOUSE_ENTER keybinding. 2015-02-18 00:03:16 +01:00
keycodes.h input: minor cleanup 2015-02-18 21:12:57 +01:00
lirc.c Do not call strerror() 2014-11-26 21:21:56 +01:00
pipe-win32.c pipe-win32: possible fix for Windows XP deadlock 2014-12-11 23:38:15 +11:00