Searched refs:xLastMouseMove (Results 1 – 3 of 3) sorted by relevance
384 private int xLastMouseMove; in addMouseListeners()413 this.xLastMouseMove = mouseLocation.x; in addMouseListeners()557 …e(mouseLocation.x, mouseLocation.y, this.xLastMouseMove, this.yLastMouseMove) * Math.signum(this.x… in addMouseListeners()560 …- Math.atan2(this.pivotCenterPixel.y - this.yLastMouseMove, this.xLastMouseMove - this.pivotCenter… in addMouseListeners()615 setViewYaw(getViewYaw() - ANGLE_FACTOR * (mouseLocation.x - this.xLastMouseMove)); in addMouseListeners()633 this.xLastMouseMove = mouseLocation.x; in addMouseListeners()
1455 private int xLastMouseMove; in addMouseListeners()1467 this.xLastMouseMove = ev.getX(); in addMouseListeners()1498 float yawDelta = ANGLE_FACTOR * (ev.getX() - this.xLastMouseMove); in addMouseListeners()1510 this.xLastMouseMove = ev.getX(); in addMouseListeners()
450 this.xLastMouseMove = x; in pressMouse()472 this.xLastMouseMove = x; in moveMouse()829 return this.xLastMouseMove; in getXLastMouseMove()9049 this.xLastMouseMove = x;9455 this.xLastMouseMove = null;9502 this.xLastMouseMove = 0;9547 this.xLastMouseMove = x;11480 this.xLastMouseMove = x;11665 this.xLastMouseMove = x;13528 this.xLastMouseMove = x;[all …]