Class SDL_MessageBoxButtonFlags
- java.lang.Object
-
- io.github.libsdl4j.api.messagebox.SDL_MessageBoxButtonFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT
Marks the default button when escape is hitstatic int
SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT
Marks the default button when return is hit
-
-
-
Field Detail
-
SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT
public static final int SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT
Marks the default button when return is hit- See Also:
- Constant Field Values
-
SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT
public static final int SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT
Marks the default button when escape is hit- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(int type)
-
-