Package org.lwjgl.sdl

Class SDLError

java.lang.Object
org.lwjgl.sdl.SDLError

public class SDLError extends Object
  • Method Details

    • nSDL_SetError

      public static boolean nSDL_SetError(long fmt)
      bool SDL_SetError(char const * fmt)
    • SDL_SetError

      public static boolean SDL_SetError(ByteBuffer fmt)
      bool SDL_SetError(char const * fmt)
    • SDL_SetError

      public static boolean SDL_SetError(CharSequence fmt)
      bool SDL_SetError(char const * fmt)
    • nSDL_SetErrorV

      public static boolean nSDL_SetErrorV(long fmt, long ap)
      bool SDL_SetErrorV(char const * fmt, va_list ap)
    • SDL_SetErrorV

      public static boolean SDL_SetErrorV(ByteBuffer fmt, long ap)
      bool SDL_SetErrorV(char const * fmt, va_list ap)
    • SDL_SetErrorV

      public static boolean SDL_SetErrorV(CharSequence fmt, long ap)
      bool SDL_SetErrorV(char const * fmt, va_list ap)
    • SDL_OutOfMemory

      public static boolean SDL_OutOfMemory()
      bool SDL_OutOfMemory(void)
    • nSDL_GetError

      public static long nSDL_GetError()
      char const * SDL_GetError(void)
    • SDL_GetError

      public static @Nullable String SDL_GetError()
      char const * SDL_GetError(void)
    • SDL_ClearError

      public static boolean SDL_ClearError()
      bool SDL_ClearError(void)