Video mode handling. More...
#include <gelVideo.h>
Static Public Member Functions | |
static GelSize | getScreenRes () |
Gets the dimensions of the desktop. | |
static int | getScreenWidth () |
Gets the width of the desktop. | |
static int | getScreenHeight () |
Gets the height of the desktop. | |
static int | getVideoModes (GelVideoMode *list, int maxcount) |
Queries a list of video modes available for the display device. |
Video mode handling.
static GelSize gel::GelVideo::getScreenRes | ( | ) | [static] |
Gets the dimensions of the desktop.
static int gel::GelVideo::getScreenWidth | ( | ) | [static] |
Gets the width of the desktop.
static int gel::GelVideo::getScreenHeight | ( | ) | [static] |
Gets the height of the desktop.
static int gel::GelVideo::getVideoModes | ( | GelVideoMode * | list, |
int | maxcount | ||
) | [static] |
Queries a list of video modes available for the display device.
list | : Pointer to a GelVideoMode struct. |
maxcount | : The maximum number of video modes to query. This should be set to the number of modes your GelVideoMode structure can hold. |
API Documentation by Mark D. Procarione | Generated by |