haXe API Documentation
Back | Index
extern class flash.ui.GameInputDevice
extends flash.events.EventDispatcher
Available in flash
var enabled : Bool
var id(default,null) : String
var name(default,null) : String
var numControls(default,null) : Int
var sampleInterval : Int
function new() : Void
function getCachedSamples(data : flash.utils.ByteArray, ?append : Bool) : Int
function getControlAt(i : Int) : GameInputControl
function startCachingSamples(numSamples : Int, controls : flash.Vector<Int>) : Void
function stopCachingSamples() : Void
static var MAX_BUFFER_SIZE : Int
Back | Index