Mouse events "passing through" UI object?
I have my own UI object on the top of some other UI objects.
Is there a way to force my top UI object not to respond to some given mouse events (e.g. mousewheeling), but let them pass through to the bottom one, so that it will be this latter to respond?
Thanks,
Daniele
Please, check out this thread:
https://cycling74.com/forums/ui-objects-other-than-rectangular-and-transparency-issues
- Luigi
Thanks Luigi, but unfortunately the method pointed out seem to work for mouse click events, whereas I'd love to have a way to let mousewheeling (and only mousewheeling) pass through.
Does anybody know if there is some sort of "wheeltest" method, just as there is a "hittest" method?
Thanks again,
Daniele