틀:SDL:Basics

  • Initialization and Shutdown
    • SDL_Init
    • SDL_InitSubSystem
    • SDL_Quit
    • SDL_QuitSubSystem
  • Configuration Variables
    • SDL_GetHint
    • SDL_SetHint
    • SDL_SetHintWithPriority
  • Error Handling
    • SDL_ClearError
    • SDL_GetError
    • SDL_SetError
  • Log Handling
    • SDL_Log
    • SDL_LogCritical
    • SDL_LogDebug
    • SDL_LogError
    • SDL_LogInfo
    • SDL_LogMessage
    • SDL_LogVerbose
    • SDL_LogWarn
  • Assertions
    • SDL_assert
  • Querying SDL Version
    • SDL_GetVersion