MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ClearSelection

Method ClearSelection

WinArk/HexControl.cpp:537–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void CHexControl::ClearSelection() {
538 m_Selection.Clear();
539}
540
541LRESULT CHexControl::OnMouseMove(UINT, WPARAM, LPARAM lParam, BOOL&) {
542 if (GetCapture() != m_hWnd)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected