This is from LzCursor.as
Is there any reason why the keyword restoreCursor is private?
Thanks,
jrs
/
/-----------------------------------------------------------------------
-------
// This function restores the default cursor if there is no locked
cursor on
// the screen.
//
// @keywords private
/
/-----------------------------------------------------------------------
-------
LzCursor.restoreCursor = function ( ){
if ( this.amLocked ) { return; }
_root.cCursor.stopDrag();
_root.cCursor.removeMovieClip ( );
Mouse.show();
}
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev