SDL_GetCurrentDisplayMode
Use this function to fill in information about the current display mode.
Contents
Syntax
int SDL_GetCurrentDisplayMode(SDL_DisplayMode* mode)
Function Parameters
mode |
Return Value
Information about the current display mode.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
