![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <GameController.h>
Instance Methods | |
(IBAction) | - toggleFullScreenAction: |
(void) | - setFullScreenMode: |
(void) | - exitFullScreenMode |
(BOOL) | - inFullScreenMode |
(BOOL) | - setDisplayWidth:Height:Refresh: |
(NSDictionary *) | - findDisplayModeForWidth:Height:Refresh: |
(NSArray *) | - displayModes |
(NSUInteger) | - indexOfCurrentDisplayMode |
(void) | - pauseFullScreenModeToPerform:onTarget: |
(void) | - setUpDisplayModes |
(void) | - toggleFullScreenCalledForWindow:withSender: [implementation] |
Definition at line 47 of file GameController+FullScreen.m.
- (NSArray *) displayModes |
Extends class GameController.
Definition at line 156 of file GameController+FullScreen.m.
References displayModes.
Referenced by displayModes.
- (void) exitFullScreenMode |
Extends class GameController.
Definition at line 123 of file GameController+FullScreen.m.
References exitFullScreenMode, and GameController::setFullScreenMode:.
Referenced by exitFullScreenMode.
- (NSDictionary *) findDisplayModeForWidth: | (unsigned int) | d_width | |
Height: | (unsigned int) | d_height | |
Refresh: | (unsigned int) | d_refresh |
Extends class GameController.
Definition at line 150 of file GameController+FullScreen.m.
- (NSUInteger) indexOfCurrentDisplayMode |
Extends class GameController.
Definition at line 162 of file GameController+FullScreen.m.
References indexOfCurrentDisplayMode.
Referenced by indexOfCurrentDisplayMode.
- (BOOL) inFullScreenMode |
Extends class GameController.
Definition at line 100 of file GameController+FullScreen.m.
References inFullScreenMode.
Referenced by inFullScreenMode, and setFullScreenMode:.
- (void) pauseFullScreenModeToPerform: | (SEL) | selector | |
onTarget: | (id) | target |
Extends class GameController.
Definition at line 168 of file GameController+FullScreen.m.
- (BOOL) setDisplayWidth: | (unsigned int) | d_width | |
Height: | (unsigned int) | d_height | |
Refresh: | (unsigned int) | d_refresh |
Extends class GameController.
Definition at line 129 of file GameController+FullScreen.m.
- (void) setFullScreenMode: | (BOOL) | value |
Extends class GameController.
Definition at line 106 of file GameController+FullScreen.m.
References inFullScreenMode.
- (void) setUpDisplayModes |
Extends class GameController.
Definition at line 49 of file GameController+FullScreen.m.
References OOFullScreenController::currentDisplayMode, nil, OOFullScreenController::setDisplayWidth:height:refreshRate:, and setUpDisplayModes.
Referenced by setUpDisplayModes.
- (IBAction) toggleFullScreenAction: | (id) | sender |
Extends class GameController.
Definition at line 86 of file GameController+FullScreen.m.
References GameController::inFullScreenMode, and GameController::setFullScreenMode:.
|
implementation |
Extends class GameController.
Definition at line 92 of file GameController+FullScreen.m.
References GameController::toggleFullScreenAction:.