From 3e4c5a6261770bced301b5e74233e7866166ea5b Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sun, 1 Jun 2025 21:35:14 +0200 Subject: clean up repository --- gitlab/issues_text/target_missing/host_missing/accel_missing/835 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/835 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/835') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/835 b/gitlab/issues_text/target_missing/host_missing/accel_missing/835 deleted file mode 100644 index b8bc502be..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/835 +++ /dev/null @@ -1,9 +0,0 @@ -SDL display does not handle ps2 relative packets -Description of problem: -The main problem: while tracing relative events input_event_rel all mouse events are positive and seems to be the absolute x and y mouse position. When that happens ps2 sends a +x -y of a full 127 count. -Steps to reproduce: -1. Trace input_event_rel -2. Observe that when moving the mouse the trace always shows positive values, that doesn't depend on what direction you move the mouse -3. Observe that the xrel and yrel is more like absolute positions -Additional information: -I noticed searching on sdl2 docs and some issues related to SDL2 mouse events that when you do not specify SDL_HINT_MOUSE_RELATIVE_MODE_WARP weird things happens, i tried adding SDL_SetHint(SDL_HINT_MOUSE_RELATIVE_MODE_WARP, "1"); at the end of the sdl2 init function and the mouse events started to show normal values. I'm not sure if that's the correct way to solve the bug, but it seems to be. -- cgit 1.4.1