MCPcopy Create free account
hub / github.com/SOUI2/soui / ScreenToClient

Function ScreenToClient

SOUI/include/core/SimpleWnd.h:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 BOOL ScreenToClient(LPPOINT lpPoint) const
241 {
242 SASSERT(::IsWindow(m_hWnd));
243 return ::ScreenToClient(m_hWnd, lpPoint);
244 }
245
246 BOOL ScreenToClient(LPRECT lpRect) const
247 {

Callers 15

OnDestroyDropDownMethod · 0.85
TxScreenToClientMethod · 0.85
OnTimerMethod · 0.85
PointL2FrameClientMethod · 0.85
accHitTestMethod · 0.85
OnSetCursorMethod · 0.85
OnMouseWheelMethod · 0.85
OnReleaseSwndCaptureMethod · 0.85
OnNcCalcSizeMethod · 0.85
OnWndNcHitTestMethod · 0.85
OnSpyMsgHitTestMethod · 0.85
TrackPopupMenuMethod · 0.85

Calls 1

IsWindowFunction · 0.85

Tested by

no test coverage detected