|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
||||
|
||||
|
Re: Using joystick buttons with Command based programming
Instead of putting
Code:
joystickButtonA.whenPressed(new shiftDriveSpeed()); Code:
public OI(){
joystickButtonA.whenPressed(new shiftDriveSpeed());
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|