onViewMove

fires while view is moving

void onViewMove(object pos,Event e);
pos
objectcurrent position e
Eventmouse event object

Example

window.attachEvent("onViewMove", function(pos, e){
    //code
});

Details

Position object (pos) contains coordinates:

The event fires each time the view is moved to the new position, so you'll have multiple move events during the view moving.

See also
  • API
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.