SDL
2.0
|
#include "../../SDL_internal.h"
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_GetDisplayUsableBounds (_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_GetDisplayUsableBounds | ( | _THIS | , |
SDL_VideoDisplay * | display, | ||
SDL_Rect * | rect | ||
) |
int WIN_InitModes | ( | _THIS | ) |
int WIN_SetDisplayMode | ( | _THIS | , |
SDL_VideoDisplay * | display, | ||
SDL_DisplayMode * | mode | ||
) |