arkeus / as3-controller-input

A library to abstract away Ouya and Xbox360 input and allow you to interact with controllers in games made with Adobe Air, both on PC and on the Ouya.
MIT License
29 stars 5 forks source link

Missing GameInputControlName ?? #3

Open Zenithkicker opened 11 years ago

Zenithkicker commented 11 years ago

I'm getting an error saying GameInputControlName is undefined on line 115 of Controller.as

arkeus commented 11 years ago

Try commenting out that line. It uses the game SDK from adobe in order to make it easier to extend to further controllers. However, I don't think it's currently used.

Alternatively, add the SDK swc file from http://gaming.adobe.com/technologies/gamingsdk/ to your project.