1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-05 01:30:42 +00:00
mpv/core/input
wm4 2f8dcac28b input: fix behavior if there are actually key up events
Wayland is the only backend that actually sends per-key key up events
(the X11 one just sends MP_INPUT_RELEASE_ALL for simplicity). Handling
was broken with Wayland, and each key event was interpreted twice, once
on key down and once on key up.

This commit should fix it.
2013-07-02 12:19:14 +02:00
..
input.c input: fix behavior if there are actually key up events 2013-07-02 12:19:14 +02:00
input.h input: trigger mouse_leave key bindings if mouse leaves mouse area 2013-06-29 22:58:13 +02:00
joystick.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
joystick.h
keycodes.h input: trigger mouse_leave key bindings if mouse leaves mouse area 2013-06-29 22:58:13 +02:00
lirc.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
lirc.h