Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
108 views

Gamepad not being detected properly

I have a standard USB gamepad; two analogue sticks with push-to-fire, d-pad, four buttons on the right, shoulder buttons in pairs, etc. When I plug it into a Windows XP box it's detected as a 'Dual ...
1
vote
1answer
103 views

Using N64 controller as a USB mouse on a Mac

Is it possible to connect the wires from an N64 controller to a USB port and use it as a mouse? Could I use a program to customize what the buttons do? I'm okay with having to get more hardware to ...
0
votes
0answers
110 views

Bluetooth Gamepad for OSX [closed]

I'm looking for a compatible Gamepad for OSX. I've read that the PS3 controller is compatible and have tried it, but it is not. OSX doesn't know how to set the controller ID (1 to 4) so the lights ...
1
vote
1answer
210 views

Mapping sixaxis motion sensors to keyboard in Ubuntu

I'm writing an Ubuntu application for stereoscopic augmented reality using a head mounted display and a DS3 sixaxis in place of traditional mag tracers for head tracking: To save myself a lot of ...
1
vote
0answers
192 views

How to configure an USB DDR dance pad on linux? [closed]

Possible Duplicate: How to configure an usb ddr dance pad for Stepmania on linux ??? I have Stepmania running and my official Dance Dance Revolution dance pad from DDR Universe 2, but I ...
0
votes
1answer
2k views

PC does not recognize XBox 360 controller connected through Play & Charge Kit

I wanted to hook up my wireless XBox 360 controller to my PC running windows 7. I'm trying to use the Play & Charge kit since I already had that laying around. I plugged it in and Windows ...
1
vote
2answers
793 views

Media player (Windows or Linux) that's easy to control with a gamepad?

I have a Logitech Wireless Gamepad F710 that I'd like to be able to use as a remote control for a media player on my PC. I currently map the gamepad to certain hot-keys for use with VLC, but I can't ...
0
votes
0answers
177 views
0
votes
1answer
76 views

MP3 player no longer syncs after installing Sixaxis drivers

I recently installed third-party drivers for the (Sony) PS3 controller on my friend's PC (Windows XP). I found out a few days later that his MP3 player (also Sony) is no longer recognized by Windows. ...
3
votes
1answer
1k views

Using autohotkey with a gamepad

I can map buttons on a gamepad like this: Joy2:: Send {Up down} ; Hold down the left-arrow key. KeyWait Joy2 ; Wait for the user to release the joystick button. Send {Up up} ; Release the ...