![]() |
doom3-gpl
Doom 3 GPL source release
|
#import <Foundation/NSGeometry.h>#import <ApplicationServices/ApplicationServices.h>#import <OpenGL/CGLTypes.h>#import "../posix/posix_public.h"Go to the source code of this file.
Classes | |
| struct | glwgamma_t |
| struct | glwstate_t |
Macros | |
| #define | OSX_SetGLContext(context) |
| #define | OSX_GetNSGLContext() glw_state._ctx |
| #define | OSX_GetCGLContext() glw_state._cgl_ctx |
| #define | OSX_GLContextIsCurrent() glw_state._ctx_is_current |
| #define | OSX_GLContextSetCurrent() |
| #define | OSX_GLContextClearCurrent() |
Functions | |
| const char * | macosx_scanForLibraryDirectory (void) |
| void | Sys_InitInput (void) |
| void | Sys_ShutdownInput (void) |
| CGDirectDisplayID | Sys_DisplayToUse (void) |
| void | SetProgramPath (char *path) |
| void | Sys_SetMouseInputRect (CGRect newRect) |
| void | Sys_AnnoyingBanner () |
| bool | Sys_Hide () |
| bool | Sys_Unhide () |
| void | Sys_PauseGL () |
| void | Sys_ResumeGL () |
Variables | |
| glwstate_t | glw_state |
| #define OSX_GetCGLContext | ( | ) | glw_state._cgl_ctx |
Definition at line 67 of file macosx_sys.h.
| #define OSX_GetNSGLContext | ( | ) | glw_state._ctx |
Definition at line 66 of file macosx_sys.h.
| #define OSX_GLContextClearCurrent | ( | ) |
Definition at line 76 of file macosx_sys.h.
| #define OSX_GLContextIsCurrent | ( | ) | glw_state._ctx_is_current |
Definition at line 69 of file macosx_sys.h.
| #define OSX_GLContextSetCurrent | ( | ) |
Definition at line 70 of file macosx_sys.h.
| #define OSX_SetGLContext | ( | context | ) |
Definition at line 59 of file macosx_sys.h.
Definition at line 45 of file macosx_utils.mm.
| void SetProgramPath | ( | char * | path | ) |
| void Sys_AnnoyingBanner | ( | ) |
| CGDirectDisplayID Sys_DisplayToUse | ( | void | ) |
Definition at line 1816 of file macosx_glimp.mm.
| bool Sys_Hide | ( | ) |
Definition at line 1338 of file macosx_glimp.mm.
Definition at line 39 of file dedicated.cpp.
| void Sys_PauseGL | ( | ) |
Definition at line 424 of file macosx_glimp.mm.
| void Sys_ResumeGL | ( | ) |
Definition at line 436 of file macosx_glimp.mm.
| void Sys_SetMouseInputRect | ( | CGRect | newRect | ) |
Definition at line 488 of file macosx_event.mm.
Definition at line 41 of file dedicated.cpp.
| bool Sys_Unhide | ( | ) |
Definition at line 1395 of file macosx_glimp.mm.
| glwstate_t glw_state |
Definition at line 56 of file macosx_glimp.mm.
1.8.6.