ZingEvent
An event wrapper that normalizes events across browsers and input devices
Constructor Summary
| Public Constructor | ||
| public |
constructor(event: Event, touchIdentifier: Number) |
|
Member Summary
| Public Members | ||
| public |
The original event object. |
|
| public |
The pageX coordinate for the event |
|
| public |
The pageY coordinate for the event |
|
| public |
The screenX coordinate for the event |
|
| public |
The screenY coordinate for the event |
|
| public |
type: String | null The type of event or null if it is an event not predetermined. |
|
| public |
The X coordinate for the event, based off of the client. |
|
| public |
The Y coordinate for the event, based off of the client. |
|