ScreenToClient method
Implementation
int ScreenToClient(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<LPPOINT> lpPoint,
) {
return (_ScreenToClient ??=
_dylib.lookupFunction<_c_ScreenToClient, _dart_ScreenToClient>(
'ScreenToClient'))(
hWnd,
lpPoint,
);
}