mpv/input
wm4 f60826c3a1
client API: add a first class hook API, and deprecate old API
As it turns out, there are multiple libmpv users who saw a need to
use the hook API. The API is kind of shitty and was never meant to be
actually public (it was mostly a hack for the ytdl script).

Introduce a proper API and deprecate the old one. The old one will
probably continue to work for a few releases, but will be removed
eventually.

There are some slight changes to the old API, but if a user followed
the manual properly, it won't break.

Mostly untested. Appears to work with ytdl_hook.
2018-03-26 23:02:23 -07:00
..
cmd_list.c client API: add a first class hook API, and deprecate old API 2018-03-26 23:02:23 -07:00
cmd_list.h command: add a change-list command 2018-01-25 20:18:32 -08:00
cmd_parse.c cmd_parse: minor cosmetics 2018-01-18 01:42:36 -08:00
cmd_parse.h input: change license to LGPL 2017-06-19 13:28:19 +02:00
event.c
event.h
input.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
input.h input: make command argument list a dynamic array 2018-01-10 20:36:27 -08:00
ipc-dummy.c build: change how some OS specific source files are selected 2017-06-29 10:30:16 +02:00
ipc-unix.c all: replace mpv_detach_destroy() with mpv_destroy() 2018-03-15 00:00:04 -07:00
ipc-win.c all: replace mpv_detach_destroy() with mpv_destroy() 2018-03-15 00:00:04 -07:00
ipc.c
keycodes.c input: merge mouse wheel and axis keycodes 2017-09-03 20:31:44 +10:00
keycodes.h input: fix error in MP_KEY_IS_WHEEL 2017-09-03 20:46:06 +10:00
pipe-win32.c