Home
last modified time | relevance | path

Searched refs:m_lastClickPoint (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp67 m_lastClickPoint(-1.0, -1.0), in DiagramView()
319 …bool moved = (fabs(point.x - m_lastClickPoint.x) > 2.0 || fabs(point.y - m_lastClickPoint.y) > 2.0… in MouseDown()
329 m_lastClickPoint = point; in MouseDown()
H A DDiagramView.h255 BPoint m_lastClickPoint; variable