Searched refs:globalPrevPoint (Results 1 – 3 of 3) sorted by relevance
282 static IntPoint globalPrevPoint; in handleMouseEvent() local291 …bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXD… in handleMouseEvent()292 … && abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK); in handleMouseEvent()316 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()327 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
1411 static IntPoint globalPrevPoint; in handleMouseEvent() local1428 …bool insideThreshold = abs(globalPrevPoint.x() - mouseEvent.pos().x()) < ::GetSystemMetrics(SM_CXD… in handleMouseEvent()1429 … abs(globalPrevPoint.y() - mouseEvent.pos().y()) < ::GetSystemMetrics(SM_CYDOUBLECLK); in handleMouseEvent()1452 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()1463 globalPrevPoint = mouseEvent.pos(); in handleMouseEvent()
15359 Set globalPrevButton and globalPrevPoint also in mouse down.