March 14, 2026
11:51 a.m.
http://bugs.winehq.org/show_bug.cgi?id=58667 --- Comment #7 from Ignacy KuchciĆski <ignacykuchcinski@gmail.com> --- I have found that following one line patch workarounds this: diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c index 6333fcb48b4..773abf77f97 100644 --- a/dlls/user32/misc.c +++ b/dlls/user32/misc.c @@ -520,7 +520,7 @@ BOOL WINAPI GetPointerType(UINT32 id, POINTER_INPUT_TYPE *type) return FALSE; } - *type = PT_MOUSE; + *type = PT_TOUCH; return TRUE; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.