Oolite 1.91.0.7644-241112-7f5034b
|
#include <OOJoystickProfile.h>
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 OOJoystickSplineAxisProfile, and OOJoystickStandardAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
- (double) deadzone |
- (id) init |
Reimplemented in OOJoystickSplineAxisProfile, and OOJoystickStandardAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
- (double) rawValue: | (double) | x |
Reimplemented in OOJoystickSplineAxisProfile, and OOJoystickStandardAxisProfile.
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.