1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 00:17:07 +00:00
mpv/input
Kacper Michajłow 1a27f3caf7 input: use bstr for section name
Resolves mixed use of bstr in internal processing and char* for storage.
Also makes faster comparision when searching for section and resolves
comparision when name contains null chars.
2024-08-04 21:33:36 +02:00
..
cmd.c input/cmd: move m_option_type_cycle_dir to m_option.c 2024-07-01 10:02:13 +02:00
cmd.h input: use bstr for section name 2024-08-04 21:33:36 +02:00
event.c input: add insert-next support for drag-and-drop 2024-02-26 02:03:21 +00:00
event.h input: add insert-next support for drag-and-drop 2024-02-26 02:03:21 +00:00
input.c input: use bstr for section name 2024-08-04 21:33:36 +02:00
input.h input: add multitouch support functions 2024-05-03 16:14:03 +02:00
ipc-dummy.c
ipc-unix.c input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc-win.c input/ipc: use bstr for fd parsing 2024-07-29 21:00:48 +02:00
ipc.c
keycodes.c input/keycodes: validate parsed value to avoid overflow 2024-06-23 02:33:04 +02:00
keycodes.h input: map Num 5 to distinct value when numlock is off 2024-06-13 20:42:24 +02:00
meson.build build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
sdl_gamepad.c sdl_gamepad: add version check for SDL_HINT_JOYSTICK_THREAD 2023-11-24 14:27:56 +01:00