The gamepad tag has no wiki summary.
0
votes
1answer
21 views
Use a gamepad as joystick in Linux
Recently i discovered my gamepad was actick like the mouse in mu Linux Mint 13 Maya. It was really cool feature but It's not what i need all the time.
I fix it ...
0
votes
0answers
16 views
What are the usual key mappings for racing games on consoles? [closed]
Never played a racing game on a console, but I suspect that there is a convention most games follow, just like WASD for shooters.
What are the usual mappings for left, right, acceleration, brake, and ...
0
votes
0answers
215 views
Gamepad's analog stick dead zone - sensitivity
It seems, my new gamepad (Genius MaxFire Blaze3) with 2 analog stick has a incorrectly defined dead zone. I've tried to use and calibrate it with standard Win7 driver and that one from a manufacturer. ...
0
votes
0answers
211 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
251 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
142 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
266 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
206 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 ...
1
vote
1answer
3k 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
1k 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 ...
1
vote
0answers
214 views
0
votes
1answer
80 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
2k 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 ...