Class SDL_MessageBoxButtonFlags

  • All Implemented Interfaces:
    JnaEnum

    public final class SDL_MessageBoxButtonFlags
    extends Object
    implements JnaEnum
    Flags for SDL_MessageBoxButtonData.
    • 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)