mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Remove deprecated Joystick constants (#1715)
This commit is contained in:
committed by
Peter Johnson
parent
c08fd6682f
commit
311e2de4c1
@@ -24,17 +24,6 @@ public class Joystick extends GenericHID {
|
||||
static final byte kDefaultTwistChannel = 2;
|
||||
static final byte kDefaultThrottleChannel = 3;
|
||||
|
||||
@Deprecated
|
||||
static final byte kDefaultXAxis = 0;
|
||||
@Deprecated
|
||||
static final byte kDefaultYAxis = 1;
|
||||
@Deprecated
|
||||
static final byte kDefaultZAxis = 2;
|
||||
@Deprecated
|
||||
static final byte kDefaultTwistAxis = 2;
|
||||
@Deprecated
|
||||
static final byte kDefaultThrottleAxis = 3;
|
||||
|
||||
/**
|
||||
* Represents an analog axis on a joystick.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user