Home
last modified time | relevance | path

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

/dports/games/numptyphysics/numptyphysics/
H A DConfig.h37 # define CLICK_TOLERANCE 16 //PIXELs macro
44 # define CLICK_TOLERANCE 4 //PIXELs macro
H A DOverlay.cpp86 } else if ( Abs(ev.button.x-m_orgx) < CLICK_TOLERANCE in handleEvent()
87 && Abs(ev.button.y-m_orgy) < CLICK_TOLERANCE ){ in handleEvent()
97 && ( Abs(ev.button.x-m_orgx) >= CLICK_TOLERANCE in handleEvent()
98 || Abs(ev.button.y-m_orgy) >= CLICK_TOLERANCE ) ) { in handleEvent()
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dconstants.hpp201 static const int CLICK_TOLERANCE = 5; variable
H A Deditor_view.cpp205 …::getFirstItemAtPosition(*scene(), clickedScenePos, Constants::View::CLICK_TOLERANCE); result.succ… in mouseDoubleClickEvent()
284 …::getFirstItemAtPosition(*scene(), clickedScenePos, Constants::View::CLICK_TOLERANCE); result.succ… in mousePressEvent()