MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnMButtonUp

Function OnMButtonUp

Libraries/TabbingFramework/CustomTabCtrl.h:1829–1833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827 }
1828
1829 LRESULT OnMButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
1830 {
1831 bHandled = FALSE;
1832 return 0;
1833 }
1834
1835 LRESULT OnMButtonDoubleClick(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
1836 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected