Package | com.as3nui.nativeExtensions.air.kinect.events |
Class | public class DeviceEvent |
Inheritance | DeviceEvent ![]() |
Method | Defined By | ||
---|---|---|---|
DeviceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | DeviceEvent | ||
clone():Event [override] | DeviceEvent |
Constant | Defined By | ||
---|---|---|---|
CONNECTED : String = connected [static] | DeviceEvent | ||
DISCONNECTED : String = disconnected [static] | DeviceEvent | ||
STARTED : String = started [static] | DeviceEvent | ||
STOPPED : String = stopped [static] | DeviceEvent |
DeviceEvent | () | Constructor |
public function DeviceEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
CONNECTED | Constant |
public static const CONNECTED:String = connected
DISCONNECTED | Constant |
public static const DISCONNECTED:String = disconnected
STARTED | Constant |
public static const STARTED:String = started
STOPPED | Constant |
public static const STOPPED:String = stopped