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

/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp65 m_lastButton(0),
320 if (!moved && (buttons == m_lastButton) && (clicks > 1))
328 m_lastButton = buttons;
342 item->MouseDown(point, m_lastButton, m_clickCount);
348 if (MultipleSelection() && (m_lastButton == B_PRIMARY_MOUSE_BUTTON) && !(modifiers() & B_CONTROL_KEY))
350 BackgroundMouseDown(point, m_lastButton, m_clickCount);
H A DDiagramView.h249 int32 m_lastButton; member in class:DiagramView

Completed in 16 milliseconds