Searched refs:globalPrevButton (Results 1 – 3 of 3) sorted by relevance
283 static MouseButton globalPrevButton; in handleMouseEvent() local309 if (insideThreshold && mouseEvent.button() == globalPrevButton) in handleMouseEvent()315 globalPrevButton = mouseEvent.button(); in handleMouseEvent()326 globalPrevButton = mouseEvent.button(); in handleMouseEvent()
1412 static MouseButton globalPrevButton; in handleMouseEvent() local1445 mouseEvent.button() == globalPrevButton) in handleMouseEvent()1451 globalPrevButton = mouseEvent.button(); in handleMouseEvent()1462 globalPrevButton = mouseEvent.button(); in handleMouseEvent()
15359 Set globalPrevButton and globalPrevPoint also in mouse down.