class openfl.ui.GameInputControl extends EventDispatcher

Available on all platforms

Instance Fields

var device:GameInputDevice

Returns the GameInputDevice object that contains this control.

var id:String

Returns the id of this control.

var maxValue:Float

Returns the maximum value for this control.

var minValue:Float

Returns the minimum value for this control.

var value:Float

Returns the value for this control.