|
SDL
2.0
|
#include "../../SDL_internal.h"
Include dependency graph for SDL_windowsmodes.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SDL_DisplayData |
| struct | SDL_DisplayModeData |
Functions | |
| int | WIN_InitModes (_THIS) |
| int | WIN_GetDisplayBounds (_THIS, SDL_VideoDisplay *display, SDL_Rect *rect) |
| int | WIN_GetDisplayDPI (_THIS, SDL_VideoDisplay *display, float *ddpi, float *hdpi, float *vdpi) |
| void | WIN_GetDisplayModes (_THIS, SDL_VideoDisplay *display) |
| int | WIN_SetDisplayMode (_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode) |
| void | WIN_QuitModes (_THIS) |
| int WIN_GetDisplayBounds | ( | _THIS | , |
| SDL_VideoDisplay * | display, | ||
| SDL_Rect * | rect | ||
| ) |
| int WIN_GetDisplayDPI | ( | _THIS | , |
| SDL_VideoDisplay * | display, | ||
| float * | ddpi, | ||
| float * | hdpi, | ||
| float * | vdpi | ||
| ) |
| void WIN_GetDisplayModes | ( | _THIS | , |
| SDL_VideoDisplay * | display | ||
| ) |
| int WIN_InitModes | ( | _THIS | ) |
| int WIN_SetDisplayMode | ( | _THIS | , |
| SDL_VideoDisplay * | display, | ||
| SDL_DisplayMode * | mode | ||
| ) |