import "sbIDeviceEvent.idl";
Definition at line 38 of file sbIDeviceEvent.idl.
const unsigned long sbIDeviceEvent::EVENT_DEVICE_BASE = 0x40000000 |
Device events
Definition at line 76 of file sbIDeviceEvent.idl.
readonly attribute PRUint32 sbIDeviceEvent::type |
The type of the event
Definition at line 152 of file sbIDeviceEvent.idl.
readonly attribute nsIVariant sbIDeviceEvent::data |
The data being passed through the event
Definition at line 157 of file sbIDeviceEvent.idl.
readonly attribute sbIDeviceEventTarget sbIDeviceEvent::target |
The event target this event is happening on
Definition at line 162 of file sbIDeviceEvent.idl.
readonly attribute nsISupports sbIDeviceEvent::origin |
Something that invoked this event
Definition at line 167 of file sbIDeviceEvent.idl.