Package com.jme3.input.vr
Class DigitalActionState
java.lang.Object
com.jme3.input.vr.DigitalActionState
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
state
public final boolean stateThe current value of this action -
changed
public final boolean changedIf since the last loop the value of this action has changed
-
-
Constructor Details
-
DigitalActionState
public DigitalActionState(boolean state, boolean changed)
-