Package org.lwjgl.sdl
Class SDLError
java.lang.Object
org.lwjgl.sdl.SDLError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic long
char const * SDL_GetError(void)
static boolean
nSDL_SetError
(long fmt) bool SDL_SetError(char const * fmt)
static boolean
nSDL_SetErrorV
(long fmt, long ap) bool SDL_SetErrorV(char const * fmt, va_list ap)
static boolean
bool SDL_ClearError(void)
static @Nullable String
char const * SDL_GetError(void)
static boolean
bool SDL_OutOfMemory(void)
static boolean
SDL_SetError
(CharSequence fmt) bool SDL_SetError(char const * fmt)
static boolean
SDL_SetError
(ByteBuffer fmt) bool SDL_SetError(char const * fmt)
static boolean
SDL_SetErrorV
(CharSequence fmt, long ap) bool SDL_SetErrorV(char const * fmt, va_list ap)
static boolean
SDL_SetErrorV
(ByteBuffer fmt, long ap) bool SDL_SetErrorV(char const * fmt, va_list ap)
-
Method Details
-
nSDL_SetError
public static boolean nSDL_SetError(long fmt) bool SDL_SetError(char const * fmt)
-
SDL_SetError
bool SDL_SetError(char const * fmt)
-
SDL_SetError
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
bool SDL_SetErrorV(char const * fmt, va_list ap)
-
SDL_SetErrorV
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
char const * SDL_GetError(void)
-
SDL_ClearError
public static boolean SDL_ClearError()bool SDL_ClearError(void)
-