Package com.jme3.input.vr
Class DigitalActionState
java.lang.Object
com.jme3.input.vr.DigitalActionState
Deprecated.
The jme3-vr module is deprecated and will be removed in a future version (as it only supports OpenVR).
For new Virtual Reality projects, use user libraries that provide OpenXR support.
See Virtual Reality JME wiki section
for more information.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
state
public final boolean stateDeprecated.The current value of this action -
changed
public final boolean changedDeprecated.If since the last loop the value of this action has changed
-
-
Constructor Details
-
DigitalActionState
public DigitalActionState(boolean state, boolean changed) Deprecated.
-