1.26.2.1
Gameface
TouchEvent Interface Reference
+ Inheritance diagram for TouchEvent:

Public Member Functions

TouchEvent TouchEvent (DOMInternedString type, optional TouchEventInit eventInitDict)
 
- Public Member Functions inherited from UIEvent
UIEvent UIEvent (DOMInternedString type, optional UIEventInit initEvent)
 
void initUIEvent ([Default=Undefined] optional DOMInternedString type, [Default=Undefined] optional boolean canBubble, [Default=Undefined] optional boolean cancelable, [Default=Undefined] optional Window? view, [Default=Undefined] optional long detail)
 
- Public Member Functions inherited from Event
Event Event (DOMInternedString type, optional EventInit initEvent)
 
void stopPropagation ()
 
void preventDefault ()
 
void initEvent ([Default=Undefined] optional DOMInternedString eventTypeArg, [Default=Undefined] optional boolean canBubbleArg, [Default=Undefined] optional boolean cancelableArg)
 
void stopImmediatePropagation ()
 

Public Attributes

readonly attribute TouchList touches
 
readonly attribute boolean ctrlKey
 
readonly attribute boolean shiftKey
 
readonly attribute boolean altKey
 
readonly attribute boolean metaKey
 
- Public Attributes inherited from Event
const unsigned short NONE = 0
 
const unsigned short CAPTURING_PHASE = 1
 
const unsigned short AT_TARGET = 2
 
const unsigned short BUBBLING_PHASE = 3
 
readonly attribute DOMString type
 
readonly attribute EventTarget target
 
readonly attribute EventTarget currentTarget
 
readonly attribute unsigned short eventPhase
 
readonly attribute boolean bubbles
 
readonly attribute boolean cancelable
 
readonly attribute boolean defaultPrevented
 

Constructor & Destructor Documentation

◆ TouchEvent()

TouchEvent TouchEvent::TouchEvent ( DOMInternedString  type,
optional TouchEventInit  eventInitDict 
)

Member Data Documentation

◆ altKey

readonly attribute boolean TouchEvent::altKey

◆ ctrlKey

readonly attribute boolean TouchEvent::ctrlKey

◆ metaKey

readonly attribute boolean TouchEvent::metaKey

◆ shiftKey

readonly attribute boolean TouchEvent::shiftKey

◆ touches

readonly attribute TouchList TouchEvent::touches