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. green
Code Examples
You can add your code example here
Remarks
Try to get a standard set of platform defines.
green
You can add useful comments here
