What calls the root like object -- first it tries calling LikeHandlers.handleEvent and if that doesn't exist, calls callOwnHandlers.
like
Don't call this from within a handler object's own handleEvent unless you like stack overflows.
handleEvent
Good for manually composing event handling objects, for example to create your own scene system.
If you find yourself using this, look into the scene plugin.
What calls the root
likeobject -- first it tries calling LikeHandlers.handleEvent and if that doesn't exist, calls callOwnHandlers.Don't call this from within a handler object's own
handleEventunless you like stack overflows.Good for manually composing event handling objects, for example to create your own scene system.
If you find yourself using this, look into the scene plugin.