Getting Started
Tutorials
Programming Guide
API References
Additional Resources
The Event module exposes UI event listeners for the WebViewer. More information can be found here.
Classes
InputEvent()
KeyInputEvent()
MouseInputEvent()
MouseInputEventBase()
MouseWheelInputEvent()
NodeSelectionEvent()
TouchInputEvent()
Functions
isMouseEventType()
Gets whether an EventType is a mouse event type or not.
eventType (EventType) – EventType to be tested
boolean
Boolean indicating whether or not eventType is a mouse event type