class |
NativeAbstractMouseEvent |
Contains all common properties and methods of a DOM mouse event.
|
class |
NativeBaseEvent |
Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events.
|
class |
NativeCustomEvent |
Internal implementation of a custom native event.
|
class |
NativeKeyboardEvent |
Describes a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the
keyboard.
The event type (keydown or keyup) identifies what kind of keyboard activity occurred.
|
class |
NativeMouseEvent |
Represents a mouse events that occur due to the user interacting with a pointing device.
|
class |
NativePointerEvent |
Much of today's web content assumes the user's pointing device will be a mouse.
However, since many devices support other types of pointing input devices, such as pen/stylus and touch surfaces, extensions to the existing pointing device event models are
needed.
Pointer events address that need.
|
class |
NativeTouchEvent |
Represents an NativeUIEvent which is sent when the state of contacts with a touch-sensitive surface changes.
This surface can be a touch screen or trackpad, for example.
The event can describe one or more points of contact with the screen and includes support for detecting movement, addition and removal of contact points, and so forth.
|
class |
NativeUIEvent |
Represents simple user interface events, in DOM.
|