Searched defs:ScreenToClient (Results 1 – 2 of 2) sorted by relevance
82 bool ScreenToClient(LPPOINT point) const { return BOOLToBool(::ScreenToClient(_window, point)); } in ScreenToClient() function146 void ScreenToClient(RECT *rect) in ScreenToClient() function
47 void ScreenToClient(FX_HWND hWnd, int32_t& x, int32_t& y) override {} in ScreenToClient() function in CFX_SystemHandler