My Project
Loading...
Searching...
No Matches
SDL_DisplayMode Struct Reference

The structure that defines a display mode. More...

#include <SDL_video.h>

Data Fields

Uint32 format
 
int w
 
int h
 
int refresh_rate
 
void * driverdata
 

Detailed Description

Field Documentation

◆ driverdata

void* driverdata

driver-specific data, initialize to 0

◆ format

Uint32 format

pixel format

◆ h

int h

height, in screen coordinates

◆ refresh_rate

int refresh_rate

refresh rate (or zero for unspecified)

◆ w

int w

width, in screen coordinates


The documentation for this struct was generated from the following file: