Constructors
UIEvent()-
Creates a
UIEventobject.
Instance properties
This interface also inherits properties of its parent, Event.
UIEvent.detailRead only-
Returns a
longwith details about the event, depending on the event type. UIEvent.sourceCapabilitiesRead only-
Returns an instance of the
InputDeviceCapabilitiesinterface, which provides information about the physical device responsible for generating a touch event. UIEvent.viewRead only-
Returns a WindowProxy that contains the view that generated the event.
UIEvent.whichRead only-
Returns the numeric
keyCodeof the key pressed, or the character code (charCode) for an alphanumeric key pressed.
Instance methods
This interface also inherits methods of its parent, Event.
UIEvent.initUIEvent()-
Initializes a
UIEventobject. If the event has already been dispatched, this method does nothing.
Specifications
| Specification |
|---|
| UI Events # idl-uievent |