Re: [PATCH v7 0/10] MR10649: win32u: Initial implementation for GetPointer{,Frame}Info{,History} and GetPointerDeviceRects
On Tue Apr 14 10:17:23 2026 +0000, Rémi Bernon wrote:
It will probably need to be done without adding todo_wine, these tests more or less closely mimic some application calls, and it will break what currently works if these tests don't pass anymore. the two todos on success status (lines user32/tests/input.c:5419 and win32u/tests/win32u.c:1810) are because X11 is sending a EnterNotify event when windows open (even though we set the cursor position to 500, 500, outside the window bounds)
which winex11.drv converts into a mouse event, that then becomes a pointer event, so we end up with a pointer in history that we shouldn't really --- the todos on GetLastError is because i can't really tell yet what causes INVALID_PARAMETER versus NOACCESS -- as per win32u/tests/win32u.c:1872..1890 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10649#note_136056
participants (1)
-
navi (@navi)