Oolite
Loading...
Searching...
No Matches
MyOpenGLView.m File Reference
import "png.h"
import "MyOpenGLView.h"
import "GameController.h"
import "Universe.h"
import "OOSDLJoystickManager.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 "OOConstToString.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"
 

Functions

int SaveEXRSnapshot (const char *outfilename, int width, int height, const float *rgb)
 

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.

Function Documentation

◆ SaveEXRSnapshot()

int SaveEXRSnapshot ( const char *  outfilename,
int  width,
int  height,
const float *  rgb 
)
extern

Definition at line 90 of file OOSaveEXRSnapshot.cpp.

91{
92 fprintf(stderr, "EXR Snapshot not supported yet under Linux!\n");
93 return 0;
94}

Variable Documentation

◆ kOOLogKeyDown

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

Definition at line 50 of file MyOpenGLView.m.

◆ kOOLogKeyUp

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

Definition at line 49 of file MyOpenGLView.m.