Class MouseWheelMovedCondition

java.lang.Object
com.ardor3d.input.logical.MouseWheelMovedCondition
All Implemented Interfaces:
Predicate<TwoInputStates>

public final class MouseWheelMovedCondition extends Object implements Predicate<TwoInputStates>
A condition that is true if the mouse wheel has moved between the two input states.
  • Constructor Details

    • MouseWheelMovedCondition

      public MouseWheelMovedCondition()
  • Method Details