TouchEvent Class Reference
Inherits from | Event |
Overview
The TouchEvent
class encapsulates information about a touch event.
Touch Events version 1 is implemented in OpenAphid. We’re discussing about adding Safari extension attributes and high level guesture events in the future release, like rotation
, ongesturestart
, etc.
Overview of Tasks
Attributes
- Name
-
altKey
-
changedTouches
A list of Touch objects representing all touches that changed in this event.
-
ctrlKey
-
metaKey
-
shiftKey
-
targetTouches
A list of Touch objects representing all touches associated with this target.
-
touches
A list of Touch objects representing all touches associated with this event.
- Type
-
bool
-
TouchList
-
bool
-
bool
-
bool
-
TouchList
-
TouchList
- Writability
-
readonly
-
readonly
-
readonly
-
readonly
-
readonly
-
readonly
-
readonly