EMS.Event

Summary
EMS.Event
Static Functions
EMS.Event.pointerXThe current X position of the pointer.
EMS.Event.pointerYThe current Y position of the pointer.

Static Functions

EMS.Event.pointerX

The current X position of the pointer.  Usually called as part of an event handler.

Parameters

event{Event} event object

Returns

x position of cursor

EMS.Event.pointerY

The current Y position of the pointer.  Usually called as part of an event handler

Parameters

event{Event} event object

Returns

y position of cursor

Close