DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

GameInput : update CE's input package #297

Open gsynuh opened 7 years ago

gsynuh commented 7 years ago

It seems that Adobe's GameInput API changed to the point that the Gamepad.as and related InputControllers won't work (seen with air sdk 24b) , for example, GameInputControl.id no longer exists as a string id, it might now only be working with indices. similarly GameInputDevice.startCachingSamples is expecting a Vector. (indices) instead of Vector. (names)

This needs to be updated before the next CE release.