On Mon, Feb 25, 2008 at 9:50 PM, Nathan Taylor <[EMAIL PROTECTED]> wrote:
>
> I need the position of the Mouse on the document body because I am trying to
> spawn an object on the cursor.

Ok.  I think you should be able to do this:

  var doc = qx.ui.core.ClientDocument.getInstance();
  doc.addEventListener(...);

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to