passing input from top level drawables to parent #5393
-
i was wondering if there is a way to disallow a drawable from accepting input directly, and instead passing the input up to the drawable's parent to be dealt with instead using the parent's event handlers (OnClick, OnHover). i originally thought that if a top level drawable did not accept positional or non positional input, then the input would just be passed up the hierarchy, but it appears that's not the case. apologies if i'm demonstrating terrible practice or do not have a good understanding of osu!framework, i'm very new to using it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
can you provide a code sample? i'm having trouble understanding what you are doing/seeing. |
Beta Was this translation helpful? Give feedback.
can you provide a code sample? i'm having trouble understanding what you are doing/seeing.