| Package | funnel.ui |
| Class | public class Potentiometer |
| Inheritance | Potentiometer PhysicalInput |
| Property | Defined by | ||
|---|---|---|---|
| value : Number [read-only]
| Potentiometer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Potentiometer(potPin:Pin)
| Potentiometer | ||
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| PhysicalInput | |
![]() |
dispatchEvent(evt:Event):Boolean
| PhysicalInput | |
![]() |
hasEventListener(type:String):Boolean
| PhysicalInput | |
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| PhysicalInput | |
|
setRange(minimum:Number, maximum:Number):void
| Potentiometer | ||
![]() |
willTrigger(type:String):Boolean
| PhysicalInput | |
| value | property |
value:Number [read-only]Implementation
public function get value():Number
| Potentiometer | () | constructor |
public function Potentiometer(potPin:Pin)Parameters
potPin:Pin — the pin number for a potentiometer
|
| setRange | () | method |
public function setRange(minimum:Number, maximum:Number):voidParameters
minimum:Number — the minimum value
|
|
maximum:Number — the minimum value
|