![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
| struct | tagPOINT |
| struct | GameDisplayInfo |
Typedefs | |
| typedef long | LONG |
| typedef struct tagPOINT | POINT |
| typedef bool(* | ValidModeCallbackProc )(CGDirectDisplayID displayID, int width, int height, int depth, Fixed freq) |
Enumerations | |
| enum | GameDisplayMode { kInactive, kFullScreen, kWindow } |
Functions | |
| OSStatus | CreateGameDisplayPreferencesDialog (const GameDisplayInfo *inGDInfo, WindowRef *outWindow, ValidModeCallbackProc inCallback=NULL) |
| OSStatus | RunGameDisplayPreferencesDialog (GameDisplayInfo *outGDInfo, WindowRef inWindow) |
| typedef long LONG |
Definition at line 39 of file PreferencesDialog.h.
| typedef bool(* ValidModeCallbackProc)(CGDirectDisplayID displayID, int width, int height, int depth, Fixed freq) |
Definition at line 60 of file PreferencesDialog.h.
| enum GameDisplayMode |
| Enumerator | |
|---|---|
| kInactive | |
| kFullScreen | |
| kWindow | |
Definition at line 32 of file PreferencesDialog.h.
| OSStatus CreateGameDisplayPreferencesDialog | ( | const GameDisplayInfo * | inGDInfo, |
| WindowRef * | outWindow, | ||
| ValidModeCallbackProc | inCallback = NULL |
||
| ) |
| OSStatus RunGameDisplayPreferencesDialog | ( | GameDisplayInfo * | outGDInfo, |
| WindowRef | inWindow | ||
| ) |
Definition at line 807 of file PreferencesDialog.cpp.
1.8.6.