You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS3 Ouya Input is a library used for abstracting away all the game input logic within Adobe AIR, allowing you to have a simple interface to use Ouya controllers within your flash game.
4
+
AS3 Controller Input is a library used for abstracting away all the game input logic within Adobe AIR, allowing you to have a simple interface to use Ouya and Xbox360 controllers within your flash game.
5
5
6
6
Warning
7
7
-------
8
8
9
9
Work in progress. Use at your own risk.
10
10
11
+
What Does It Do?
12
+
----------------
13
+
14
+
It allows you to easily get interfaces to interact with any number of connected ouya or xbox controllers. Once you grab a connected controller, you can test:
15
+
16
+
* Button presses
17
+
* Button holding
18
+
* Joystick angle
19
+
* Joystick distance
20
+
* Joystick axis values
21
+
* Trigger values
22
+
11
23
How To Use
12
24
----------
13
25
14
26
1. Add GameInputControlName to your project (typically by adding the SWC to your build path). You can find it in the [Adobe Gaming SDK](http://gaming.adobe.com/technologies/gamingsdk/).
15
-
2. Add AS3 Ouya Input to your project (copy the source files over, or add the external folder to your build path).
27
+
2. Add AS3 Controller Input to your project (copy the source files over, or add the external folder to your build path).
0 commit comments