Name
sdl.GetVersion -- get SDL version
Synopsis
ver, rev, patch = sdl.GetVersion()
Function
Use this function to get the version of SDL that is linked against your program.

Inputs
none

Results
ver
major version
rev
minor version
patch
update version (patch level)

Show TOC