Trees | Indices | Toggle frames |
---|
SDL_version
Version structure.
|
int |
SDL_VERSIONNUM(major,
minor,
patch)
Turn the version numbers into a numeric value.
|
bool |
SDL_VERSION_ATLEAST(major,
minor,
patch)
Determine if the SDL library is at least the given version.
|
__package__ =
|
Turn the version numbers into a numeric value.
For example:
>>> SDL_VERSIONNUM(1, 2, 3)
1203
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 08 23:50:16 2010 | http://epydoc.sourceforge.net |