I have an app that uses a Graphics Scene and I want to use hover events to report info about the objects in the scene. I can enable hover events on the scene items that are direct parents of the scene itself, but I can’t seem to get events from the children of those items… is this possible?
The direct parents are Item Group objects that contain a bunch of children, and for the purposes of hover detection I want them to be ignored.
The group children are the things I want to know about… but they never get noticed.
Any ideas? I can provide more info if needed.
↧