Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCtrlMouse.cpp509 bool sDblTime(int time) in sDblTime() function
556 if(sDistMax(leftdblpos, p) < GUI_DragDistance() && sDblTime(leftdbltime)) in DispatchMouse()
565 if(sDistMax(rightdblpos, p) < GUI_DragDistance() && sDblTime(rightdbltime)) in DispatchMouse()
574 if(sDistMax(middledblpos, p) < GUI_DragDistance() && sDblTime(middledbltime)) in DispatchMouse()