On May 15, 2017, at 9:11 PM, Austin English austinenglish@gmail.com wrote:
Shouldn't these just pass through to GetCursorPos() and SetCursorPos(), respectively? Their docs refer to the docs for PhysicalToLogicalPoint()[1], which says that a) the distinction is only meaningful for Vista-style DPI scaling, which Wine doesn't support; and b) since Windows 8.1, even that distinction has been eliminated by DPI virtualization.
[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms633536(v=vs.85).a...
-Ken