Class MouseWheelVelocity

    • Field Detail

      • vY

        protected final int vY
        Deprecated.
        Stores the Y-axis velocity.
    • Constructor Detail

      • MouseWheelVelocity

        public MouseWheelVelocity​(Event e)
        Deprecated.
        Construct the higher-level view of the original ONMOUSEWHEEL Event.
        Parameters:
        e - the event
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • getDeltaY

        @Deprecated
        public int getDeltaY()
        Deprecated.
        Returns the change in the mouse wheel position along the Y-axis; positive if the mouse wheel is moving north (toward the top of the screen) or negative if the mouse wheel is moving south (toward the bottom of the screen).
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • isNorth

        @Deprecated
        public boolean isNorth()
        Deprecated.
        Convenience method that returns true if getDeltaY() is a negative value.
        Returns:
        true if the velocity includes a component directed toword the top of the screen
      • isSouth

        @Deprecated
        public boolean isSouth()
        Deprecated.
        Convenience method that returns true if getDeltaY() is a positive value.
        Returns:
        true if the velocity includes a component directed toword the bottom of the screen
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object