Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Code Snippets / [DBP] - The XBox controller demystified

Author
Message
Mister Fuzzy
13
Years of Service
User Offline
Joined: 27th Feb 2011
Location: XNA
Posted: 7th Aug 2011 06:30
Okay, I played with a few functions with an X360 controller plugged in, and here is what I found:

-BUTTONS-
dbJoystickFireA() = A button
dbJoystickFireB() = B button
dbJoystickFireC() = X button
dbJoystickFireD() = Y button

( The following use the dbJoystickFireX( int button ) command )

4 = left bumper
5 = right bumper
6 = BACK button
7 = START button
8 = Left Joystick Pressed
9 = Right Joystick Pressed

...and Twist X & Y control the right joystick, giving a value of 0 to 65535, as opposed to the JoystickXY() which retrieves -1000 to 1000.

I have not found a way to vibrate the controller or use the triggers in DGDK, but the official X360 controller code is
available free, but it's not as easy to use.

Hope this helps someone!

Login to post a reply

Server time is: 2024-04-25 12:18:52
Your offset time is: 2024-04-25 12:18:52