SDL API Page

This documentation is based on the original SDL documentation project http://sdldoc.csn.ul.ie/ work done by

SDL API Reference

Here is the SDL API function reference ordered by SDL subsystem. For an alphabetical ordered list of API functions, see SDL_API_by_name.

  1. General
  2. Video
  3. Window Management
  4. Events
  5. Mouse
  6. Joystick
  7. Audio
  8. CD-ROM
  9. Multi-threaded Programming
  10. Time
    • SDL_GetTicks - Gets the number of milliseconds since the SDL library initialization.

    • SDL_Delay - Waits a specified number of milliseconds before returning.

    • SDL_AddTimer - Adds a timer which will call a callback after the specified number of milliseconds has elapsed.

    • SDL_RemoveTimer - Removes a timer which was added with SDL_AddTimer.

    • SDL_SetTimer - Sets a callback to run after the specified number of milliseconds has elapsed (deprecated)

  11. Files (RWops)

SDL_API (last edited 2008-05-18 21:01:23 by 193)