Class Index | File Index

Classes


Class CAAT.Event.TouchEvent


Defined in: TouchEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
alt
Was alt pressed ?
 
changed touches collection
 
Was control pressed ?
 
Was meta pressed ?
 
Was shift pressed ?
 
Source Actor the event happened in.
 
Original touch event.
 
Time the touch event was triggered at.
 
touches collection
Method Summary
Method Attributes Method Name and Description
<private>  
Constructor delegate
 
addChangedTouch(touchInfo)
 
addTouch(touchInfo)
 
 
init(sourceEvent, source, time)
 
 
 
 
Class Detail
CAAT.Event.TouchEvent()
Field Detail
alt
Was alt pressed ?

changedTouches
changed touches collection

control
Was control pressed ?

meta
Was meta pressed ?

shift
Was shift pressed ?

source
Source Actor the event happened in.

sourceEvent
Original touch event.

time
Time the touch event was triggered at.

touches
touches collection
Method Detail
<private> __init()
Constructor delegate

addChangedTouch(touchInfo)
Parameters:
touchInfo

{*} addTouch(touchInfo)
Parameters:
touchInfo
<{ id : , point : { x: , y: }� }>
Returns:
{*}

getSourceEvent()

init(sourceEvent, source, time)
Parameters:
sourceEvent
source
time

isAltDown()

isControlDown()

isMetaDown()

isShiftDown()

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 01 2013 04:59:16 GMT-0700 (PDT)