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

Method OnRightClickList

WinArk/VirtualListView.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 bool OnRightClickList(HWND, int row, int col, POINT& pt) {
124 return false;
125 }
126
127 bool OnDoubleClickList(HWND, int row, int col, POINT& pt) {
128 return false;

Callers 1

OnRightClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected