Tagged Questions
2
votes
2answers
741 views
How can I map thumbsticks to cardinal directions?
I've got a tile based game that has notions of moving up, down, left, right and the diagonals (by alternating horizontal/vertical movement).
I've found that if I use the default ...
0
votes
2answers
414 views
Action button: only true once per press
I'm using SFML2.0 and am trying to make a wrapper class for my controller/joystick.
I read all the input data from my controller and send it off to my controllable object.
I want to have two types of ...
6
votes
3answers
424 views
How standardized are joystick / gamepad configurations?
Right now I'm working on input for my game.
The only controller I own is an XBOX 360 one.
From what I can see, if a controller's stick has a Z axis, these are actually triggers.
Essentially I'm ...
3
votes
2answers
488 views
How do you test xbox (via PC) input without an xbox on XNA Game Studio?
Is it safe to just hookup a wired Xbox controller to my PC via USB? Do I need to buy a special PC Xbox controller? I've read conflicting reports. Any help is appreciated.