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

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

Completed in 35 milliseconds