1 Dec
2022
1 Dec
'22
12:50 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1619