Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iainlobb/Gamepad
Gamepad simulates an analog joystick input using the keyboard. Many times when we access key presses, what we are really doing is pretending that WASD, the arrow keys or some other combination are actually a D-pad or joystick with an X and Y axis, and 1 or 2 fire buttons. Gamepad handles the event capture, maths and other details of this for you, so you only have to think about how you want your game to respond to this input.
https://github.com/iainlobb/Gamepad
Last synced: 3 months ago
JSON representation
Gamepad simulates an analog joystick input using the keyboard. Many times when we access key presses, what we are really doing is pretending that WASD, the arrow keys or some other combination are actually a D-pad or joystick with an X and Y axis, and 1 or 2 fire buttons. Gamepad handles the event capture, maths and other details of this for you, so you only have to think about how you want your game to respond to this input.
- Host: GitHub
- URL: https://github.com/iainlobb/Gamepad
- Owner: iainlobb
- License: mit
- Created: 2009-11-11T17:12:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T02:35:55.000Z (about 8 years ago)
- Last Synced: 2024-08-04T05:03:52.473Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 345 KB
- Stars: 56
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.txt
- License: MIT-LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Gamepad - Gamepad simulates an analog joystick input using the keyboard. Many times when we access key presses, what we are really doing is pretending that WASD, the arrow keys or some other combination are actually a D-pad or joystick with an X and Y axis, and 1 or 2 fire buttons. Gamepad handles the event capture, maths and other details of this for you, so you only have to think about how you want your game to respond to this input. (Video Games / Game Controller)