On Wed, 2009-09-02 at 10:35 +0400, Samium Gromoff wrote: > Is it possible to query pointer position outside event context, > similar to what gdk_display_get_pointer() does?
no, Clutter does not expose any API for doing that because Clutter is not in the business of abstracting platforms. you should either use platform-specific API or, if you use clutter-gtk, then you can use the GDK API. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to [email protected]
