Hi,

I want to layer an UIComponent on top of a Canvas in order to process
mouse events (e.g., for panning). However, the UIComponent only reacts
to mouse events in non-transparent areas, i.e., areas where I've drawn
something.

How can I get the UIComponent to react to mouse events throughout the
whole component?

I have it working with a Canvas object but I would rather use
something lighter weight if possible.

Reply via email to