| Package | funnel.gui |
| Class | public class OnScreenController |
| Inheritance | OnScreenController flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| value : Number | OnScreenController | ||
| Method | Defined by | ||
|---|---|---|---|
|
OnScreenController(label:String, width:int = 128, type:uint, isInput:Boolean = true, min:Number = 0, max:Number = 1)
| OnScreenController | ||
| Constant | Defined by | ||
|---|---|---|---|
| ANALOG : uint = 0 [static]
| OnScreenController | ||
| DIGITAL_MOMENTARY : uint = 1 [static]
| OnScreenController | ||
| DIGITAL_TOGGLE : uint = 2 [static]
| OnScreenController | ||
| HEIGHT : uint = 14 [static]
| OnScreenController | ||
| value | property |
value:Number [read-write]Implementation
public function get value():Number
public function set value(value:Number):void
| OnScreenController | () | constructor |
public function OnScreenController(label:String, width:int = 128, type:uint, isInput:Boolean = true, min:Number = 0, max:Number = 1)Parameters
label:String |
|
width:int (default = 128) |
|
type:uint |
|
isInput:Boolean (default = true) |
|
min:Number (default = 0) |
|
max:Number (default = 1) |
| ANALOG | constant |
public static const ANALOG:uint = 0
| DIGITAL_MOMENTARY | constant |
public static const DIGITAL_MOMENTARY:uint = 1
| DIGITAL_TOGGLE | constant |
public static const DIGITAL_TOGGLE:uint = 2
| HEIGHT | constant |
public static const HEIGHT:uint = 14