Searched defs:ScreenToClient (Results 1 – 2 of 2) sorted by relevance
161 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function225 void ScreenToClient(RECT *rect) in ScreenToClient() function
100822 pub fn ScreenToClient(hWnd: HWND, lpPoint: LPPOINT) -> BOOL; in ScreenToClient() function