Event |
PhidgetManagerEvent |
A class for Phidget Manager events.
PhidgetManagerEvent | A class for Phidget Manager events. |
Constants | |
Phidget Event Types | Pass these constants to the addEventListener() function when adding event listeners to a Phidget object. |
Properties | |
Manager | Gets the PhidgetManager object from which this event originated |
Device | For ATTACH and DETACH events, gets the Phidget object representing the attached or detached device. |
Gets the PhidgetManager object from which this event originated
public function get Manager():PhidgetManager
For ATTACH and DETACH events, gets the Phidget object representing the attached or detached device.
public function get Device():Phidget