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

Function OnLButtonUp

Libraries/PropertyGrid/PropertyList.h:764–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 }
763
764 LRESULT OnLButtonUp(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& bHandled)
765 {
766 int x = _GetDragPos(GET_X_LPARAM(lParam));
767 if( m_iPrevious > 0 ) {
768 m_iMiddle += x - m_iPrevious;
769 Invalidate();
770 }
771 m_iPrevious = 0;
772 m_iPrevXGhostBar = 0;
773 bHandled = FALSE;
774 return 0;
775 }
776
777 LRESULT OnDblClick(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
778 {

Callers

nothing calls this directly

Calls 1

_GetDragPosFunction · 0.85

Tested by

no test coverage detected