Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Variables
MyOpenGLView.m File Reference
import "png.h"
import "MyOpenGLView.h"
import "GameController.h"
import "Universe.h"
import "OOSDLJoystickManager.h"
import "SDL_syswm.h"
import "OOSound.h"
import "NSFileManagerOOExtensions.h"
import "PlayerEntity.h"
import "GuiDisplayGen.h"
import "PlanetEntity.h"
import "OOGraphicsResetManager.h"
import "OOCollectionExtractors.h"
import "OOFullScreenController.h"
import "ResourceManager.h"
import "stb_image_write.h"
#include <ctype.h>
+ Include dependency graph for MyOpenGLView.m:

Go to the source code of this file.

Classes

category  MyOpenGLView(OOPrivate)
 

Macros

#define STB_IMAGE_WRITE_IMPLEMENTATION
 
#define kOOLogUnconvertedNSLog   @"unclassified.MyOpenGLView"
 

Variables

static NSString * kOOLogKeyUp = @"input.keyMapping.keyPress.keyUp"
 
static NSString * kOOLogKeyDown = @"input.keyMapping.keyPress.keyDown"
 

Macro Definition Documentation

◆ kOOLogUnconvertedNSLog

#define kOOLogUnconvertedNSLog   @"unclassified.MyOpenGLView"

Definition at line 45 of file MyOpenGLView.m.

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

Definition at line 42 of file MyOpenGLView.m.

Variable Documentation

◆ kOOLogKeyDown

NSString* kOOLogKeyDown = @"input.keyMapping.keyPress.keyDown"
static

Definition at line 48 of file MyOpenGLView.m.

◆ kOOLogKeyUp

NSString* kOOLogKeyUp = @"input.keyMapping.keyPress.keyUp"
static

Definition at line 47 of file MyOpenGLView.m.