Changes between Version 4 and Version 5 of ButtonEditingTutorial
- Timestamp:
- Feb 5, 2015, 8:18:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ButtonEditingTutorial
v4 v5 11 11 12 12 {{{public static Button xboxLeftTrigger = new XboxTrigger(xboxController,XboxTrigger.TriggerConstant.LEFT_TRIGGER);}}} 13 14 If you want to register a command to a button use this line 15 16 {{{ HumanInput.registerWhileHeldCommand(Humaninput.lifterMoveUpButton, new MyCommand())}}}