getError method

String getError()

Get the most recent SDL error for this thread.

Implementation

String getError() => sdl.SDL_GetError().cast<Utf8>().toDartString();