| 
    Oolite 1.91.0.7712-251017-85ce217
    
   | 
 
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.
Referenced by GameController(OOPrivate)::doPerformGameTick, PlayerEntity(OOControlsPrivate)::pollFlightControls:, and PlayerEntity(OOPrivate)::updateClocks:.
| #define OO_DEBUG_POP_PROGRESS | ( | ) | 
Definition at line 198 of file GameController.h.
Referenced by Universe::populateNormalSpace, Universe(OOPrivate)::setUpInitialUniverse, and Universe::setUpSpace.
| #define OO_DEBUG_PROGRESS | ( | ... | ) | 
Definition at line 196 of file GameController.h.
Referenced by Universe::initWithGameView:.
| #define OO_DEBUG_PUSH_PROGRESS | ( | ... | ) | 
Definition at line 197 of file GameController.h.
Referenced by Universe::populateNormalSpace, Universe(OOPrivate)::setUpInitialUniverse, and Universe::setUpSpace.
| #define OO_USE_FULLSCREEN_CONTROLLER OOLITE_MAC_OS_X | 
Definition at line 49 of file GameController.h.