Tao.Sdl SDK Documentation

Sdl.SDL_COMPILEDVERSION Property

This returns the current SDL version

[Visual Basic]
Public Shared ReadOnly Property SDL_COMPILEDVERSION As Integer
[C#]
public static int SDL_COMPILEDVERSION {get;}

Remarks

Binds to C-function call in SDL_version.h:

#define SDL_COMPILEDVERSION SDL_VERSIONNUM(SDL_MAJOR_VERSION, SDL_MINOR_VERSION, SDL_PATCHLEVEL)

See Also

Sdl Class | Tao.Sdl Namespace