Package io.github.libsdl4j.api.mouse
Class SDL_Button
- java.lang.Object
-
- io.github.libsdl4j.api.mouse.SDL_Button
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_BUTTON_LEFT
static int
SDL_BUTTON_MIDDLE
static int
SDL_BUTTON_RIGHT
static int
SDL_BUTTON_X1
static int
SDL_BUTTON_X2
-
-
-
Field Detail
-
SDL_BUTTON_LEFT
public static final int SDL_BUTTON_LEFT
- See Also:
- Constant Field Values
-
SDL_BUTTON_MIDDLE
public static final int SDL_BUTTON_MIDDLE
- See Also:
- Constant Field Values
-
SDL_BUTTON_RIGHT
public static final int SDL_BUTTON_RIGHT
- See Also:
- Constant Field Values
-
SDL_BUTTON_X1
public static final int SDL_BUTTON_X1
- See Also:
- Constant Field Values
-
SDL_BUTTON_X2
public static final int SDL_BUTTON_X2
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(int value)
-
-