Changes between Version 3 and Version 4 of ButtonEditingTutorial


Ignore:
Timestamp:
Feb 5, 2015, 8:14:01 PM (10 years ago)
Author:
awollack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ButtonEditingTutorial

    v3 v4  
    1010However, 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.
    1111
    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);}}}