Oolite 1.91.0.7644-241112-7f5034b
|
#include <PlayerEntityControls.h>
Instance Methods | |
(void) | - initControls |
(void) | - initKeyConfigSettings |
(void) | - pollControls: |
(BOOL) | - handleGUIUpDownArrowKeys |
(void) | - clearPlanetSearchString |
(void) | - targetNewSystem: |
(void) | - switchToMainView |
(void) | - noteSwitchToView:fromView: |
(void) | - beginWitchspaceCountdown: |
(void) | - beginWitchspaceCountdown |
(void) | - cancelWitchspaceCountdown |
(NSArray *) | - processKeyCode: |
(BOOL) | - checkNavKeyPress: |
(BOOL) | - checkKeyPress: |
(BOOL) | - checkKeyPress:fKey_only: |
(BOOL) | - checkKeyPress:ignore_ctrl: |
(BOOL) | - checkKeyPress:fKey_only:ignore_ctrl: |
(int) | - getFirstKeyCode: |
(void) | - targetNewSystem:whileTyping: [implementation] |
Definition at line 30 of file PlayerEntityControls.h.
- (void) beginWitchspaceCountdown |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) beginWitchspaceCountdown: | (int) | spin_time |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) cancelWitchspaceCountdown |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
fKey_only: | (BOOL) | fKey_only |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
fKey_only: | (BOOL) | fKey_only | |
ignore_ctrl: | (BOOL) | ignore_ctrl |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkKeyPress: | (NSArray*) | key_def | |
ignore_ctrl: | (BOOL) | ignore_ctrl |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) checkNavKeyPress: | (NSArray*) | key_def |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) clearPlanetSearchString |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (int) getFirstKeyCode: | (NSArray*) | key_def |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (BOOL) handleGUIUpDownArrowKeys |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) initControls |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) initKeyConfigSettings |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) pollControls: | (double) | delta_t |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (NSArray *) processKeyCode: | (NSArray*) | key_def |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) switchToMainView |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
- (void) targetNewSystem: | (int) | direction |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.
|
implementation |
Extends class PlayerEntity.
Definition at line 167 of file PlayerEntityControls.m.