Wiki Page Content

Revision 2 as of 2012-07-30 07:35:05

Clear message

DRAFT

SDL_GetPlatform

Use this function to get the name of the platform.

Syntax

const char* SDL_GetPlatform (void)

Return Value

Returns the name of the platform. If the correct platform name is not available, returns a string beginning with the text "Unknown".

Code Examples

You can add your code example here

Remarks

Try to get a standard set of platform defines.

You can add useful comments here


CategoryAPI, CategoryPlatform

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