-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello!
Sometimes when I move the mouse from one screen to another, it will not correctly move the cursor.
For these times, it will behave as if the application was not enabled (default mouse move behavior)
I believe I was able to catch these events using the diagnostics tool
The message seems to be
0:00:01,4019406 3 [ ] Cursor( 55, 546) MouseTrap({X=0,Y=0,Width=2560,Height=1440}) system had wrong clip: {X=-1920,Y=0,Width=4480,Height=1440} -- IsInputDesktop: True
Update:
Never mind the previous log after playing around a bit more I was able to get:
0:00:47,6273076 477 [↖] Cursor( 0, 1063) MouseTrapClear(0)
0:00:47,6274518 479 [↖] Cursor( 0, 1063) Move To Screen -> {X=-1920,Y=0,Width=1920,Height=1080}
0:00:47,6274475 478 [↖] Cursor( 0, 1063) Δ src-dst: -2 - 2 smallJump: True
0:00:47,627455 480 [↖] Cursor( 0, 1063) MouseMove ( -3, 797)
0:00:47,6277254 481 [↖] Cursor( 0, 1063) Move Failed ! ( 0, 1063) - Retry
But it doesn't always seem to log this when the switching fails. So I don't really know what's going on.
New diagnostics
mousetrap-diag.txt
Despite the last message saying "Retry", it didn't really retry
Metadata
Metadata
Assignees
Labels
No labels