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

Function OnNavigate

Libraries/PropertyGrid/PropertyTree.h:632–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 LRESULT OnNavigate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& /*bHandled*/)
633 {
634 switch( wParam) {
635 case VK_UP:
636 case VK_DOWN:
637 SelectItem(GetNextItem(GetSelectedItem(), wParam == VK_UP ? TVGN_PREVIOUSVISIBLE : TVGN_NEXTVISIBLE));
638 break;
639 }
640 return 0;
641 }
642
643 LRESULT OnSetCheckState(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
644 {

Callers

nothing calls this directly

Calls 1

SelectItemFunction · 0.85

Tested by

no test coverage detected