On Wed, 2009-12-23 at 19:59 +0900, Rubric wrote:
>  
> In case of embedded system, since glReadPixel has terrible
> performance,

that's not entirely true for *every* embedded system. I'd suggest you
ask for a better driver.

> I wish to avoid _clutter_do_pick at motion event in my clutter
> application.
>  
> Is there any method?

clutter_set_motion_events_enabled() will stop trying to find out the
actor underneath the pointer - but it will disable event delivery on
actors, so that only the Stage will emit pointer-related signals, like
button-press, button-release and motion. also, enter and leave signals
will not be emitted.

ciao,
 Emmanuele.


-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Reply via email to