Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGUI.cpp199 …int m_min_drag_distance = 0; // the minimum distance that a drag must cover before … member
280 m_min_drag_distance(5),
360 m_min_drag_distance * m_min_drag_distance < drag_distance && in HandleMouseDrag()
1032 { return m_impl->m_min_drag_distance; } in MinDragDistance()
1409 { m_impl->m_min_drag_distance = distance; } in SetMinDragDistance()