Changes between Version 3 and Version 4 of ButtonEditingTutorial
- Timestamp:
- Feb 5, 2015, 8:14:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ButtonEditingTutorial
v3 v4 10 10 However, if you wanted to use one of the xbox triggers, you would change the joystick value to xbox, and change the button type to Xbox Trigger. 11 11 12 {{{public static Button xboxLeftTrigger =}}} 13 {{{new XboxTrigger(xboxController,XboxTrigger.TriggerConstant.LEFT_TRIGGER);}}} 12 {{{public static Button xboxLeftTrigger = new XboxTrigger(xboxController,XboxTrigger.TriggerConstant.LEFT_TRIGGER);}}}