Package com.jme3.input.android
Class AndroidMouseInput14.MouseState
java.lang.Object
com.jme3.input.android.AndroidMouseInput14.MouseState
- Enclosing class:
AndroidMouseInput14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intincrementWheel(int deltaWheel) protected intincrementX(int deltaX) protected intincrementY(int deltaY) protected voidsetStartPosition(int startingX, int startingY) protected booleanupdateCenterButton(boolean center) protected booleanupdateLeftButton(boolean left) protected booleanupdateRightButton(boolean right) protected intupdateX(int newX) protected intupdateY(int newY)
-
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)
-