Class DigitalActionState

java.lang.Object
com.jme3.input.vr.DigitalActionState

@Deprecated public class DigitalActionState extends Object
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 Details

    • state

      public final boolean state
      Deprecated.
      The current value of this action
    • changed

      public final boolean changed
      Deprecated.
      If since the last loop the value of this action has changed
  • Constructor Details

    • DigitalActionState

      public DigitalActionState(boolean state, boolean changed)
      Deprecated.