On Fri, 2007-12-14 at 13:38 +0000, Matthew Allum wrote:
> Input events are handled initially by the stage the event will enter a
> capture phase continue down through children to the 'source' actor of 
> the event (for example the actor that was clicked on) before then 
> entering the 'bubble' phase going back up through parents to the 
> stage. 

Does this really meant that the stage gets two chances to handle an
event? So if I return false from my signal handler for the stage then
that same handler will be called a second time?

>  The event can be stopped at any stage by an actor in the event 
> pipeline.

By the way, this "return true to stop further signal handling" really
should be in the API reference for each signal.

-- 
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to