Video mode handling.
More...
#include <gelVideo.h>
List of all members.
Detailed Description
Member Function Documentation
static GelSize gel::GelVideo::getScreenRes |
( |
| ) |
[static] |
Gets the dimensions of the desktop.
- Returns:
- The desktop's dimensions.
static int gel::GelVideo::getScreenWidth |
( |
| ) |
[static] |
Gets the width of the desktop.
- Returns:
- : The width of the desktop in pixels.
static int gel::GelVideo::getScreenHeight |
( |
| ) |
[static] |
Gets the height of the desktop.
- Returns:
- : The height of the desktop in pixels.
static int gel::GelVideo::getVideoModes |
( |
GelVideoMode * |
list, |
|
|
int |
maxcount |
|
) |
| [static] |
Queries a list of video modes available for the display device.
- Parameters:
-
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. |
- Returns:
- The number of video modes that were found.
The documentation for this class was generated from the following file: