|
Oolite
|
#include <OOJoystickProfile.h>
Inheritance diagram for OOJoystickAxisProfile:
Collaboration diagram for OOJoystickAxisProfile:Instance Methods | |
| (id) | - init |
| (id) | - copyWithZone: |
| (double) | - rawValue: |
| (double) | - value: |
| (double) | - deadzone |
| (void) | - setDeadzone: |
Private Attributes | |
| double | deadzone |
Definition at line 39 of file OOJoystickProfile.h.
| - (id) copyWithZone: | (NSZone *) | zone |
Reimplemented in OOJoystickStandardAxisProfile, and OOJoystickSplineAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (double) deadzone |
| - (id) init |
Reimplemented in OOJoystickStandardAxisProfile, and OOJoystickSplineAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (double) rawValue: | (double) | x |
Reimplemented in OOJoystickStandardAxisProfile, and OOJoystickSplineAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (void) setDeadzone: | (double) | newValue |
Definition at line 39 of file OOJoystickProfile.m.
| - (double) value: | (double) | x |
|
private |
Definition at line 43 of file OOJoystickProfile.h.