Searched refs:m_clickCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.h252 int32 m_clickCount; member in class:DiagramView
H A DDiagramView.cpp66 m_clickCount(0),
322 m_clickCount++;
326 m_clickCount = 1;
342 item->MouseDown(point, m_lastButton, m_clickCount);
350 BackgroundMouseDown(point, m_lastButton, m_clickCount);

Completed in 83 milliseconds