|
Oolite
|
#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 |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) beginWitchspaceCountdown: | (int) | spin_time |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) cancelWitchspaceCountdown |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) checkKeyPress: | (NSArray*) | key_def |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) checkKeyPress: | (NSArray*) | key_def | |
| fKey_only: | (BOOL) | fKey_only | |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) checkKeyPress: | (NSArray*) | key_def | |
| fKey_only: | (BOOL) | fKey_only | |
| ignore_ctrl: | (BOOL) | ignore_ctrl | |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) checkKeyPress: | (NSArray*) | key_def | |
| ignore_ctrl: | (BOOL) | ignore_ctrl | |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) checkNavKeyPress: | (NSArray*) | key_def |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) clearPlanetSearchString |
Definition at line 164 of file PlayerEntityControls.m.
| - (int) getFirstKeyCode: | (NSArray*) | key_def |
Definition at line 164 of file PlayerEntityControls.m.
| - (BOOL) handleGUIUpDownArrowKeys |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) initControls |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) initKeyConfigSettings |
Definition at line 164 of file PlayerEntityControls.m.
Definition at line 164 of file PlayerEntityControls.m.
| - (void) pollControls: | (double) | delta_t |
Definition at line 164 of file PlayerEntityControls.m.
| - (NSArray *) processKeyCode: | (NSArray*) | key_def |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) switchToMainView |
Definition at line 164 of file PlayerEntityControls.m.
| - (void) targetNewSystem: | (int) | direction |
Definition at line 164 of file PlayerEntityControls.m.
|
implementation |
Definition at line 164 of file PlayerEntityControls.m.