ia.MouseEvent Class
An ia.MouseEvent
object.
Constructor
ia.MouseEvent
(
-
evt
-
eventType
-
mouseX
-
mouseY
-
obj
Parameters:
-
evt
ObjectA mouse event.
-
eventType
StringThe event type.
-
mouseX
NumberThe x coordinate of the mouse.
-
mouseY
NumberThe y coordinate of the mouse.
-
obj
ObjectThe object associated with the event.
Properties
ctrlKey
Boolean
Is the ctrl key pressed.
delta
Number
Wheel delta.
eventType
String
The type of event.
obj
Object
The object associated with the event.
shiftKey
Boolean
Is the shift key pressed.
x
Number
The x coord.
y
Number
The y coord.