Class SDLError
java.lang.Object
org.lwjgl.sdl.SDLError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromSDL.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longchar const * SDL_GetError(void)static booleannSDL_SetError(long fmt) bool SDL_SetError(char const * fmt)static booleannSDL_SetErrorV(long fmt, long ap) bool SDL_SetErrorV(char const * fmt, va_list ap)static booleanbool SDL_ClearError(void)static @Nullable Stringchar const * SDL_GetError(void)static booleanbool SDL_OutOfMemory(void)static booleanSDL_SetError(CharSequence fmt) bool SDL_SetError(char const * fmt)static booleanSDL_SetError(ByteBuffer fmt) bool SDL_SetError(char const * fmt)static booleanSDL_SetErrorV(CharSequence fmt, long ap) bool SDL_SetErrorV(char const * fmt, va_list ap)static booleanSDL_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
@NativeType("bool") public static boolean SDL_SetError(@NativeType("char const *") 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
@NativeType("bool") public static boolean SDL_SetErrorV(@NativeType("char const *") ByteBuffer fmt, @NativeType("va_list") long ap) bool SDL_SetErrorV(char const * fmt, va_list ap) -
SDL_SetErrorV
@NativeType("bool") public static boolean SDL_SetErrorV(@NativeType("char const *") CharSequence fmt, @NativeType("va_list") long ap) bool SDL_SetErrorV(char const * fmt, va_list ap) -
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
bool SDL_ClearError(void)
-