On Fri Mar 31 18:46:43 2023 +0000, Connor McAdams wrote:
IIUC, the call to `MapWindowPoints()` here should convert from the client coordinates of the `hWndFrom` argument (our HWND) to the coordinates of the `hWndTo` argument (NULL here, which means desktop) which converts the coordinates to screen coordinates.
Oh, you're right, sorry.