Class MouseSmoother


  • public class MouseSmoother
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MouseSmoother()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getNewDeltaValue​(double p_199102_1_, double p_199102_3_)  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • targetValue

        private double targetValue
      • remainingValue

        private double remainingValue
      • lastAmount

        private double lastAmount
    • Constructor Detail

      • MouseSmoother

        public MouseSmoother()
    • Method Detail

      • getNewDeltaValue

        public double getNewDeltaValue​(double p_199102_1_,
                                       double p_199102_3_)
      • reset

        public void reset()