1 Dec
2022
1 Dec
'22
2:01 a.m.
Required by Super Arcade Racing. GetPointerInfo() can only succeed if WM_POINTER message are received, which can happen if there is a pointer device or EnableMouseInPointer(TRUE) is called. We don't currently send any WM_POINTER messages (and EnableMouseInPointer is a stub), so I hope adding a always failing stub won't break anything. -- v2: user32: Add stub for GetPointerInfo(). https://gitlab.winehq.org/wine/wine/-/merge_requests/1619