Mac OS X Reference Library Apple Developer
Search

TouchEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initTouchEvent

initTouchEvent



void initTouchEvent(
    in TouchList touches, 
    in TouchList targetTouches, 
    in TouchList changedTouches, 
    in DOMString type, 
    in DOMWindow view, 
    in long screenX, 
    in long screenY, 
    in long clientX, 
    in long clientY, 
    in boolean ctrlKey, 
    in boolean altKey, 
    in boolean shiftKey, 
    in boolean metaKey); 

Member Data

altKey
changedTouches
ctrlKey
metaKey
shiftKey
targetTouches
touches

altKey



readonly attribute boolean altKey; 

changedTouches



readonly attribute TouchList changedTouches; 

ctrlKey



readonly attribute boolean ctrlKey; 

metaKey



readonly attribute boolean metaKey; 

shiftKey



readonly attribute boolean shiftKey; 

targetTouches



readonly attribute TouchList targetTouches; 

touches



readonly attribute TouchList touches; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27