win32gui
.ClientToScreen
(int,int) =
ClientToScreen(
hWnd
, Point
)
Convert client coordinates to screen coords
Parameters
hWnd
:
PyHANDLE
Handle to a window
Point
: (int,int)
Client coordinates to be converted