Wiki Page Content

SDL_VERSION_ATLEAST

Use this macro to determine whether the SDL version compiled against is at least as new as the specified version.

Syntax

SDL_VERSION_ATLEAST(X, Y, Z)

Function Parameters

X

major version

Y

minor version

Z

update version (patchlevel)

Return Value

This macro will evaluate to true if compiled with SDL version at least X.Y.Z.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVersion

None: SDL_VERSION_ATLEAST (last edited 2010-08-29 20:07:48 by SheenaSmith)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit