how is this possible, to allow parent component intercepts mouse clicks ?
i set my ParentComponent "setInterceptsMouseClick(true,true)"
but the hitTest/contains/reallyContains methods only work when I click directly on the ParentComponent background.
it was becaus eof such troubles that i was first looking for an openGl solution.
Im developping many windows in a main big window.
by clicking onto daughter windows since the main mother window instance, i d like to activate daughter window callback
(for example : flip(), randomizeChlidren(), …)
and above all function will let me attach many daughter windows alltogether since anchor button on these windows.