[client] wm/wayland: bypass SDL loop for pointer events

This commit is contained in:
Tudor Brindus
2021-01-11 21:18:17 -05:00
committed by Geoffrey McRae
parent 96c10c2c2d
commit fd009c6392
3 changed files with 59 additions and 11 deletions

View File

@@ -237,3 +237,4 @@ extern struct AppState g_state;
extern struct AppParams params;
void handleMouseGrabbed(double, double);
void handleMouseNormal(double, double);