MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetCapture

Method SetCapture

DuiLib/Core/UIManager.cpp:1380–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378}
1379
1380void CPaintManagerUI::SetCapture()
1381{
1382 ::SetCapture(m_hWndPaint);
1383 m_bMouseCapture = true;
1384}
1385
1386void CPaintManagerUI::ReleaseCapture()
1387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected