Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

UI Object In Depth

janesconference edited this page Mar 10, 2011 · 2 revisions

Event Handling

this.getPosition = function (obj) 
this.getEventPosition = function (e, obj, scale)
this.onMouseMoveFunc = function ()
this.onMouseDownFunc = function ()
this.onMouseUpFunc = function () 
this.elementsNotifyEvent = function (x, y, event)

Clone this wiki locally