|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OOFullScreenController.h>
Instance Methods | |
| (id) | - initWithGameView: |
| (BOOL) | - setDisplayWidth:height:refreshRate: |
| (NSDictionary *) | - findDisplayModeForWidth:height:refreshRate: |
| (void) | - noteMouseInteractionModeChangedFrom:to: |
| (void) | - dealloc [implementation] |
| (BOOL) | - inFullScreenMode [implementation] |
| (void) | - setFullScreenMode: [implementation] |
Properties | |
| MyOpenGLView * | gameView |
| BOOL | fullScreenMode |
| NSArray * | displayModes |
| NSDictionary * | currentDisplayMode |
| NSUInteger | indexOfCurrentDisplayMode |
Private Attributes | |
| MyOpenGLView * | _gameView |
Definition at line 55 of file OOFullScreenController.h.
|
implementation |
| - (NSDictionary *) findDisplayModeForWidth: | (NSUInteger) | width | |
| height: | (NSUInteger) | height | |
| refreshRate: | (NSUInteger) | d_refresh |
Definition at line 96 of file OOFullScreenController.m.
References nil, and OOLogGenericSubclassResponsibility.
|
implementation |
Definition at line 56 of file OOFullScreenController.m.
References inFullScreenMode, and OOLogGenericSubclassResponsibility.
Referenced by inFullScreenMode.
| - (id) initWithGameView: | (MyOpenGLView *) | view |
Definition at line 32 of file OOFullScreenController.m.
References _gameView.
| - (void) noteMouseInteractionModeChangedFrom: | (OOMouseInteractionMode) | oldMode | |
| to: | (OOMouseInteractionMode) | newMode |
Definition at line 103 of file OOFullScreenController.m.
Referenced by GameController::setMouseInteractionMode:.
| - (BOOL) setDisplayWidth: | (NSUInteger) | width | |
| height: | (NSUInteger) | height | |
| refreshRate: | (NSUInteger) | refresh |
Definition at line 89 of file OOFullScreenController.m.
References OOLogGenericSubclassResponsibility.
Referenced by GameController(FullScreen)::setUpDisplayModes.
|
implementation |
Definition at line 63 of file OOFullScreenController.m.
References OOLogGenericSubclassResponsibility.
|
private |
Definition at line 58 of file OOFullScreenController.h.
Referenced by dealloc, and initWithGameView:.
|
readnonatomicassign |
Definition at line 76 of file OOFullScreenController.m.
Referenced by GameController(FullScreen)::setUpDisplayModes.
|
readnonatomicassign |
Definition at line 69 of file OOFullScreenController.m.
|
readwritenonatomicassign |
Definition at line 66 of file OOFullScreenController.h.
|
readnonatomicassign |
Definition at line 50 of file OOFullScreenController.m.
|
readnonatomicassign |
Definition at line 82 of file OOFullScreenController.m.