View Single Post
  #5   Spotlight this post!  
Unread 16-02-2011, 12:46
mck1117 mck1117 is offline
Registered User
AKA: Matthew Kennedy
FRC #1294 (Top Gun)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2011
Location: Sammamish, WA
Posts: 6
mck1117 is an unknown quantity at this point
Re: Xbox 360 Controller Triggers

As far as I know, the XNA driver for the Xbox 360 controller (the one that Windows uses) has the two controllers input as one axis. The Xbox controller outputs five axes, two for each stick and one that is the combined triggers. i believe that it returns 0 for neither trigger pulled and each trigger adds or subtracts one from this value when pulled (i.e. you pull both triggers and the value is still 0).
Reply With Quote