public interface HIDAxis extends NumberSource
| Modifier and Type | Method and Description |
|---|---|
double |
get()
Get the Value of the Axis.
|
void |
setBacklash(double value) |
void |
setDeadband(double deadband)
Set the Deadband of the Axis.
|
void |
setFineControl(double value) |
void |
setInverted(boolean inverted)
Invert the Axis.
|
void |
setRampEnd(double end) |
double get()
get in interface NumberSourcevoid setInverted(boolean inverted)
void setDeadband(double deadband)
deadband - the deadband value of the axis.void setRampEnd(double end)
void setBacklash(double value)
void setFineControl(double value)