Oolite 1.91.0.7644-241112-7f5034b
|
import "OOCocoa.h"
import "OOFunctionAttributes.h"
import "OOFullScreenController.h"
import "OOMouseInteractionMode.h"
import <Quartz/Quartz.h>
Go to the source code of this file.
Classes | |
class | GameController |
category | GameController(FullScreen) |
Macros | |
#define | MINIMUM_GAME_TICK 0.25 |
#define | MINIMUM_ANIMATION_TICK 0.0041667 |
#define | OO_USE_FULLSCREEN_CONTROLLER OOLITE_MAC_OS_X |
#define | OO_DEBUG_PROGRESS(...) |
#define | OO_DEBUG_PUSH_PROGRESS(...) |
#define | OO_DEBUG_POP_PROGRESS() |
#define MINIMUM_ANIMATION_TICK 0.0041667 |
Definition at line 41 of file GameController.h.
#define MINIMUM_GAME_TICK 0.25 |
Definition at line 38 of file GameController.h.
#define OO_DEBUG_POP_PROGRESS | ( | ) |
Definition at line 198 of file GameController.h.
#define OO_DEBUG_PROGRESS | ( | ... | ) |
Definition at line 196 of file GameController.h.
#define OO_DEBUG_PUSH_PROGRESS | ( | ... | ) |
Definition at line 197 of file GameController.h.
#define OO_USE_FULLSCREEN_CONTROLLER OOLITE_MAC_OS_X |
Definition at line 49 of file GameController.h.