sdl3/generated/lib_sdl_error library
Functions
-
sdlClearError(
) → bool - Clear any previous error message for this thread.
-
sdlGetError(
) → String? - Retrieve a message about the last error that occurred on the current thread.
-
sdlOutOfMemory(
) → bool - Set an error indicating that memory allocation failed.
-
sdlSetError(
String? fmt, Pointer< NativeType> arg1) → bool - Set the SDL error message for the current thread.
-
sdlSetErrorV(
String? fmt, Pointer< NativeType> arg1) → bool - Set the SDL error message for the current thread.