Class Index | File Index

Classes


Class CAAT.Event.MouseEvent


Defined in: MouseEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
alt
was alt pressed ?
 
Was control pressed ?
 
was Meta key pressed ?
 
Transformed in-actor coordinate
 
Original mouse/touch screen coord
 
Was shift pressed ?
 
Actor the event was produced in.
 
Original mouse/touch event
 
scene time when the event was triggered.
Method Summary
Method Attributes Method Name and Description
<private>  
Constructor delegate
 
 
init(x, y, sourceEvent, source, screenPoint, time)
 
 
 
 
Class Detail
CAAT.Event.MouseEvent()
Field Detail
alt
was alt pressed ?

control
Was control pressed ?

meta
was Meta key pressed ?

point
Transformed in-actor coordinate

screenPoint
Original mouse/touch screen coord

shift
Was shift pressed ?

source
Actor the event was produced in.

sourceEvent
Original mouse/touch event

time
scene time when the event was triggered.
Method Detail
<private> __init()
Constructor delegate

getSourceEvent()

init(x, y, sourceEvent, source, screenPoint, time)
Parameters:
x
y
sourceEvent
source
screenPoint
time

isAltDown()

isControlDown()

isMetaDown()

isShiftDown()

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