Functions related to the SDL shared library version.
Bases: _ctypes.Structure
Version structure.
Ivariables: |
|
---|
Structure/Union member
Structure/Union member
Structure/Union member
Turn the version numbers into a numeric value.
For example:
>>> SDL_VERSIONNUM(1, 2, 3)
1203
Parameters: |
|
---|---|
Return type: | int |
Determine if the SDL library is at least the given version.
Parameters: |
|
---|---|
Return type: | bool |