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

Method TxScreenToClient

SOUI/src/control/SRichEdit.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292BOOL STextHost::TxScreenToClient( LPPOINT lppt )
293{
294 return ::ScreenToClient(m_pRichEdit->GetContainer()->GetHostHwnd(),lppt);
295}
296
297void STextHost::TxSetCursor( HCURSOR hcur, BOOL fText )
298{

Callers

nothing calls this directly

Calls 3

ScreenToClientFunction · 0.85
GetContainerMethod · 0.80
GetHostHwndMethod · 0.45

Tested by

no test coverage detected