Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnDestroyDropDown
Method · 0.85
TxScreenToClient
Method · 0.85
OnTimer
Method · 0.85
PointL2FrameClient
Method · 0.85
accHitTest
Method · 0.85
OnSetCursor
Method · 0.85
OnMouseWheel
Method · 0.85
OnReleaseSwndCapture
Method · 0.85
OnNcCalcSize
Method · 0.85
OnWndNcHitTest
Method · 0.85
OnSpyMsgHitTest
Method · 0.85
TrackPopupMenu
Method · 0.85
Calls
1
IsWindow
Function · 0.85
Tested by
no test coverage detected