Hello,
I have a component which is filled with buttons, i have two usecases for this:
- i want to be able to klick all the buttons to change their color (this works)
- i want to be able to drag the component that holds the buttons across my screen, ive tried to use createComponentSnapshot() but when scaling down it looks bad, ive also tried to use SetIntercepsMouseClicks() but thats kinda doing the opposite of what i want (if i got that right)
how do i stop the component from passing the mouseEvent to its children?
thanks
Johannes