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

Function OnScroll

Libraries/PropertyGrid/PropertyTree.h:590–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 }
589
590 LRESULT OnScroll(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
591 {
592 // HACK: When scrolling we need to destroy the in-place editor
593 // because the cursor would become out-of-sync...
594 _DestroyInplaceWindow();
595 bHandled = FALSE;
596 return 0;
597 }
598
599 LRESULT OnKeyDown(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
600 {

Callers

nothing calls this directly

Calls 1

_DestroyInplaceWindowFunction · 0.70

Tested by

no test coverage detected