Class SDL_MouseWheelDirection

  • All Implemented Interfaces:
    JnaEnum

    public final class SDL_MouseWheelDirection
    extends Object
    implements JnaEnum
    Scroll direction types for the Scroll event
    • Field Detail

      • SDL_MOUSEWHEEL_NORMAL

        public static final int SDL_MOUSEWHEEL_NORMAL
        The scroll direction is normal
        See Also:
        Constant Field Values
      • SDL_MOUSEWHEEL_FLIPPED

        public static final int SDL_MOUSEWHEEL_FLIPPED
        The scroll direction is flipped / natural
        See Also:
        Constant Field Values