Package io.github.libsdl4j.api.mouse
Class SDL_MouseWheelDirection
- java.lang.Object
-
- io.github.libsdl4j.api.mouse.SDL_MouseWheelDirection
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_MOUSEWHEEL_FLIPPED
The scroll direction is flipped / naturalstatic int
SDL_MOUSEWHEEL_NORMAL
The scroll direction is normal
-
-
-
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
-
-