Geoffrey McRae 37ea662998 [client] use SDL_SetEventFilter for better mouse performance
This partially resolves lag issues on hosts running the amdgpu driver.
If mouse caputure is enable the lag issue returns, this is because SDL
calls `XSync` in `X11_WarpMouse` and `X11_WarpMouseGlobal`, if these
calls are removed all input lag issues dissapear.

This issue has been reported to SDL as the calls to `XSync` are not
required per the xlib documentation.
2018-01-24 23:46:11 +11:00
..
2018-01-06 13:47:35 +11:00
2017-12-12 04:30:47 +11:00
2017-12-12 04:30:47 +11:00
2018-01-05 11:36:45 +11:00