Class AnalogInputProperty<T>

java.lang.Object
dev.prozilla.pine.common.property.mutable.SimpleMutableObjectProperty<T>
dev.prozilla.pine.common.property.input.AnalogInputProperty<T>
All Implemented Interfaces:
MutableObjectProperty<T>, MutableProperty<T>, Property<T>, Functor<T>
Direct Known Subclasses:
GamepadAxesProperty, GamepadAxisProperty

public abstract class AnalogInputProperty<T> extends SimpleMutableObjectProperty<T>
  • Constructor Details

    • AnalogInputProperty

      public AnalogInputProperty(T initialValue, float treshold)
  • Method Details

    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)
    • thresholdProperty

      public MutableFloatProperty thresholdProperty()