The Gamepad specification defines a low-level interface that represents gamepad devices.
1
vote
0answers
63 views
HTML5 gamepad API issues (on Mac)
I'm curious if anyone out there has been able to connect to the gamepad API with either a wireless xbox360 controller or a bluetooth PS3 controller on a Mac. As you can see below, I have both ...
0
votes
0answers
36 views
Gamepad API doesn't update Axis when value is +/-1
I'm currently working on a 2D platform game using the HTML5 Gamepad API. However, I'm running into an issue. When an axis on the Gamepad has a value of +/-1, the Gamepad doesn't continue to update ...
0
votes
1answer
255 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 ...
1
vote
1answer
316 views
vb.net gamepad support, partially working
I found the following class code on a forum. It works great for the gamepad (up, down, left, right) however all the code for the buttons is missing. Can anyone fill in the blanks?
This works:
...
0
votes
1answer
97 views
JInput doesn't update / refresh
I'm using JInput for Gamepad control on Win7 64bit. I ran into a problem: Once I get the DefaultEnvironment the controller list doesn't get updated or refreshed.
for (Controller c : ...
0
votes
1answer
189 views
gamepad for node.js serialport
I would like to use my gamepad with node.js serialport - to control robots basically.
I do not want to reinvent the wheel, so would it be possible to port the pygames joystick to javascript - based ...
4
votes
1answer
769 views
Android: enumerating the buttons on a gamepad
I have an Android device into which a gamepad can be connected (it's a totally standard XBox 360 controller, but I need to support other varieties as well). The gamepad is showing up as a InputDevice ...
3
votes
2answers
2k views
HTML5 Gamepad API on Chrome
I'm using Chrome (Version 19.0.1084.46). I enabled the Gamepad API in chrome://flags. I plugged in some game pads, but navigator.webkitGamepads is always an array of length 4 containing only ...
11
votes
3answers
721 views
Android and Guitar Hero controller
I know that the latest versions of Android (Honeycomb and ICS) have support for joysticks and gamepads.
Guitar Hero (and Garage Band) controllers are essentially USB HID devices, right?
So my ...
18
votes
7answers
4k views
Kinect in HTML5 [closed]
Kinect for Windows has been just released on the 1st of February.
Is there any good way to make it work with HTML5 games? Perhaps even somehow with the upcoming GamePad API...? Looking for ideas ...