Class AndroidMouseInput14.MouseState

java.lang.Object
com.jme3.input.android.AndroidMouseInput14.MouseState
Enclosing class:
AndroidMouseInput14

protected class AndroidMouseInput14.MouseState extends Object
  • Constructor Details

    • MouseState

      protected MouseState()
  • Method Details

    • setStartPosition

      protected void setStartPosition(int startingX, int startingY)
    • updateX

      protected int updateX(int newX)
    • incrementX

      protected int incrementX(int deltaX)
    • updateY

      protected int updateY(int newY)
    • incrementY

      protected int incrementY(int deltaY)
    • incrementWheel

      protected int incrementWheel(int deltaWheel)
    • updateLeftButton

      protected boolean updateLeftButton(boolean left)
    • updateRightButton

      protected boolean updateRightButton(boolean right)
    • updateCenterButton

      protected boolean updateCenterButton(boolean center)