Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » XBox

This thread is locked; no one can reply to it. rss feed Print
XBox
Mark Oates
Member #1,146
March 2001
avatar

Out of the box, the Xbox Wireless Controller (Bluetooth) mappings don't appear to be correct on MacOS. A simple debugging program (attached) shows the stick, axis, and position mappings work out like this:

{"name":"611474","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/3\/f355124b8b2f8031ecc405682d9b37b5.png","w":1214,"h":886,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/3\/f355124b8b2f8031ecc405682d9b37b5"}611474
{"name":"611475","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/5\/f5e620a5e27f2216af368bdf0f0672db.png","w":1165,"h":867,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/f\/5\/f5e620a5e27f2216af368bdf0f0672db"}611475
{"name":"611476","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/c\/d\/cdf11e3e928b55468dacbaf2f5d96f91.png","w":1060,"h":844,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/c\/d\/cdf11e3e928b55468dacbaf2f5d96f91"}611476

The buttons seem to work, but it doesn't look like the paddles on the top back of the controller do anything. The http://html5gamepad.com/ tester site shows the buttons and axes mapped correctly as you would expect. I also downloaded a SDL Gamepad tool and it mapps and works as expected.

Using a similar Logitech Wireless Gamepad 710 works as expected. Any ideas where I should start fixing this problem?

__________

OK, I've managed to isolate id down to src/macos/hidjoy.m. But after upgrading to 5.2.4 it seems to have (mostly) solved the problem! The axis on the right is still emitting axes 0 and 1, but now the left axis and the hat are reporting different axis number :). Since at this time, I'm only interested in those two axis, then there's no concern for me.

With the upgrade, my two joysticks are both reporting names of "Joystick", while before they were reporting the expected names "Xbox Wireless Controller" or "Logitech Wireless Gamepad".

--
Visit CLUBCATT.com for cat shirts, cat mugs, puzzles, art and more <-- coupon code ALLEGRO4LIFE at checkout and get $3 off any order of 3 or more items!

AllegroFlareAllegroFlare DocsAllegroFlare GitHub

Go to: