Class DigitalActionState

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

public class DigitalActionState extends Object
  • Field Details

    • state

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

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

    • DigitalActionState

      public DigitalActionState(boolean state, boolean changed)