A type of game controller held in two hands
-1
votes
1answer
19 views
Game Pad in Assembly [closed]
I have a football project in assembly language and I want to play with game pad . Is there any reference that I can learn how to work with USB ports , specially game pads?
1
vote
1answer
33 views
DirectInput 8 linking errors
I am trying to use DirectInput to control camera movement on a small 3D application for a school project. I am using C++ on VS2010.
Per this link, I needed to link dxguid.lib and dinput8.lib on my ...
0
votes
0answers
25 views
Bluetooth connectivity issue
I apologise if this question is way out of the scope of this site. I am asking on here because I think this forum is the most likely place to get an good answer.
I bought a (fake) PS3 controller to ...
1
vote
1answer
88 views
Joystick + c# : Analog button
I am using Microsoft DirectX to get access to my gamepad. This is an usb gamepad like this one:
I could get access to know when buttons are pressed and also the analog values of the axis...
The ...
0
votes
0answers
201 views
Connect bluetooth gamepad to Android
I need to connect gamepad to Android tablet via Bluetooth.
Android tablet is any of the bestsellers.
Gamepad is any of the gamepads no the market.
My android app has to read input from gamepad. Is it ...
4
votes
1answer
88 views
pygame: detect Joystick disconnect, and wait for it to be reconnected
I'm using a pygame.joystick.Joystick object and want to be able to print a message asking the user to reconnect a usb joystick once it's been unplugged.
right now I have (roughly):
js = ...
1
vote
0answers
89 views
How can I simulate/emulate a gamepad in xCode?
Background:
I have a Bluetooth gamepad which I can discover and connect to through xCode. I can communicate with it through the Control and Interrupt channel and thus I can find out which buttons on ...
0
votes
1answer
149 views
How to access a joystick/gamepad from Mono/C# in Linux?
I'm working on a robotics project using C# on a Raspberry Pi running Debian. I've gotten a PS3 DualShock controller paired with the OS, so that it appears as joystick device /dev/input/js0.
Now I'd ...
0
votes
0answers
37 views
Send Gamepad input to a window not in focus?
I am currently investigating whether it is possible to send all of the input from a Xbox 360 controller for windows directly to a specific window/process that is not focused.
The idea behind this is ...
-1
votes
1answer
53 views
How to create an EventHandler for a gamepad button press not in the update method
I'm trying to add an event handler to a button press of a XNA gamepad using Microsoft Visual c#. I've tried putting a test for the button state to be pressed in the update method but since the update ...
0
votes
0answers
93 views
How can I detect if an Android gamepad is connected
I am trying to detect programmatically if a gamepad is connected to an android phone via bluetooth without any input from device and without requiring Bluetooth permission.
Currently, I know you can ...
0
votes
1answer
34 views
Toggle an input
I am using SlimDX to use my Xbox 360 controller and I would like a way of when pressing a button on the controller the state changes to on and stays on but when I press it again it becomes off. Sort ...
0
votes
1answer
84 views
Using USB gamepad from Java app
Is there any way to use my generic usb gamepad from my java application?
Thanks.
0
votes
1answer
224 views
HTML5 Gamepad API not working
I'm trying to build an application using the HTML5 Gamepad API but my browser (Chrome 24) seems to totally ignore the gamepads. According to many articles on the web, it should work since Chrome 21
I ...
0
votes
1answer
83 views
Pass Gamepad data to windows
I am creating a Gamepad for windows on the .NET framework using C#, and I am stuck, how do I pass my button event data and the axis data to windows? So for example, if button 1 is pressed it will pass ...
0
votes
1answer
81 views
Converting gamepad thumbstick values to range
I'm trying to get the value from the thumbstick with XInput, but the values are weird and I don't know how to handle them correctly.
How do I calculate so that I can read the values between -1 ...
4
votes
4answers
302 views
XNA show xbox onscreen keyboard in PC
I need to show, and input some text in xbox-like onscreen keyboard. Sadly, when I call Guide.BeginShowKeyboardInput, there is only some funny textbox shown, and i must fill it via keyboard. I know, ...
0
votes
0answers
133 views
Android: Detecting gamepad button press events
I am trying to develop a counter app for a laboratory I have this 5 button "wand" plugged into my computer via USB the computer recognises it as a UHID Gamepad Device. I have no problem detecting ...
0
votes
0answers
201 views
USB game controller woes [closed]
I have a "boom psx-pc usb converter" (model # "xk-pc2003") that allows you to hook up a PlayStation controller to your PC to play games. It works OK, except that it is designed for the newer ...
1
vote
0answers
132 views
Any tips on how to make this XNA Gamepad code more efficient/reliable?
Lately I've been working on the code for an ROV project. My goal was to configure an XBOX 360 controller to control the entire thing. So far getting everything to work is perfectly fine, except for ...
1
vote
0answers
204 views
Why will only one axis of the Xbox 360 controller work when I've coded for both? (VB.Net)
First of all I'd like to point out I'm an extreme novice, and I fear I may be in over my head here. My issue lies within trying to make the left joystick of the Xbox 360 controller control separate ...
0
votes
1answer
367 views
Using pygame Joystick in pyglet
I'm trying to write a simple game with pyglet but use pygame for gamepad input. The following code successfully prints axis values to the command line, but aside from importing pyglet, doesn't ...
