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

Method PointL2FrameClient

SOUI/src/core/SDropTargetDispatcher.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 POINT SDropTargetDispatcher::PointL2FrameClient( const POINTL & pt )
105 {
106 CPoint pt2(pt.x,pt.y);
107 ScreenToClient(m_pOwner->GetContainer()->GetHostHwnd(),&pt2);
108 return pt2;
109 }
110
111}
112

Callers

nothing calls this directly

Calls 3

ScreenToClientFunction · 0.85
GetContainerMethod · 0.80
GetHostHwndMethod · 0.45

Tested by

no test coverage detected