|
Oolite 1.91.0.7712-251017-85ce217
|
import "MyOpenGLView.h"import "GameController.h"import "Universe.h"import "Entity.h"import "OOPlanetEntity.h"import "ResourceManager.h"import "GuiDisplayGen.h"import <Carbon/Carbon.h>import "NSFileManagerOOExtensions.h"import "OOGraphicsResetManager.h"import "PlayerEntity.h"import <Foundation/NSDebug.h>Go to the source code of this file.
Classes | |
| category | MyOpenGLView(Internal) |
| category | NSView(Lion) |
Macros | |
| #define | KEYMAP_GET(m, index) |
Functions | |
| static void | GetDesiredCursorState (OOMouseInteractionMode mode, BOOL *outHidden, BOOL *outObscured) |
| static void | ApplyCursorState (OOMouseInteractionMode mode) |
| static void | UnapplyCursorState (OOMouseInteractionMode mode) |
Variables | |
| static NSString * | kOOLogKeyCodeOutOfRange = @"input.keyMapping.codeOutOfRange" |
| static NSString * | kOOLogKeyUp = @"input.keyMapping.keyPress.keyUp" |
| static NSString * | kOOLogKeyDown = @"input.keyMapping.keyPress.keyDown" |
| #define KEYMAP_GET | ( | m, | |
| index ) |
|
static |
|
static |
Referenced by MyOpenGLView::ApplyCursorState, and MyOpenGLView::UnapplyCursorState.
|
static |
|
static |
Definition at line 43 of file MyOpenGLView.m.
Referenced by MyOpenGLView::keyDown:, and MyOpenGLView::keyUp:.
|
static |
Definition at line 45 of file MyOpenGLView.m.
Referenced by MyOpenGLView::keyDown:, and MyOpenGLView::pollControls.
|
static |
Definition at line 44 of file MyOpenGLView.m.
Referenced by MyOpenGLView::keyUp:, and MyOpenGLView::pollControls.