diff options
author | John Vilk <jvilk@cs.umass.edu> | 2013-11-06 22:08:33 -0500 |
---|---|---|
committer | John Vilk <jvilk@cs.umass.edu> | 2013-11-10 02:25:17 -0500 |
commit | 39b138d4ddda29b535285bc1c5223641dcacce28 (patch) | |
tree | 84684a42f652d043e03918034f7d3b972f45d84b /AUTHORS | |
parent | d446e2b3c3b96474106b9bd47f35d901abb14f6d (diff) |
[SDL] Joystick API implementation using HTML5 Gamepad API
Works in browsers that implement the working draft of the standard (current Chrome / Firefox stable):
http://www.w3.org/TR/2012/WD-gamepad-20120529/#gamepad-interface
...and browsers that implement the editor's draft (current Firefox Nightly):
https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#idl-def-Gamepad
Contains unit tests for both event types.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,3 +107,4 @@ a license to everyone to use it as detailed in LICENSE.) * Michael Tirado <icetooth333@gmail.com> * Ben Noordhuis <info@bnoordhuis.nl> * Bob Roberts <bobroberts177@gmail.com> +* John Vilk <jvilk@cs.umass.edu> |