GameInput.hx 383 B

123456789
  1. package flash.ui;
  2. @:require(flash11_8) extern class GameInput extends flash.events.EventDispatcher {
  3. @:flash.property static var isSupported(get,never) : Bool;
  4. @:flash.property static var numDevices(get,never) : Int;
  5. static function getDeviceAt(index : Int) : GameInputDevice;
  6. private static function get_isSupported() : Bool;
  7. private static function get_numDevices() : Int;
  8. }