mpv/core/input
Diogo Franco (Kovensky) 03fd2fe61c input: Ignore spurious mouse moves
Windows generates WM_MOUSEMOVE messages internally whenever the window
manager wants to know where the mouse is[1] and broadcasts that to
everyone; w32_common doesn't check whether the position is different
and just (indirectly) calls this.

Do the check on input.c since it's possible some other VO or frontend
also do the same thing.

[1]: http://blogs.msdn.com/b/oldnewthing/archive/2003/10/01/55108.aspx
2013-07-21 01:14:18 +02:00
..
input.c input: Ignore spurious mouse moves 2013-07-21 01:14:18 +02:00
input.h input: use only one array for input sources 2013-07-14 15:27:55 +02:00
joystick.c input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
joystick.h
keycodes.h input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
lirc.c
lirc.h