Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
void CHexControl::ClearSelection() {
538
m_Selection.Clear();
539
}
540
541
LRESULT CHexControl::OnMouseMove(UINT, WPARAM, LPARAM lParam, BOOL&) {
542
if (GetCapture() != m_hWnd)
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected