Page 1 of 1

Mouse area without cursor change?

Posted: Tue Apr 22, 2014 11:25 am
by Father
Hi
I'm trying to hide some part of my GUI with a picture.
Problem: Even though its on top layer it wont block the mouse areas on layer below. For example if there is a knob under this picture, it is still active.
Using mouse area and Mouse Ldown i solved it, but there is another problem; Now the mouse cursor changes in this area. I don't want that. I want it to act like there is nothing there.
Is there a quick way to fix this?

Re: Mouse area without cursor change?

Posted: Tue Apr 22, 2014 1:07 pm
by Xtinct
Try this :)
Mouse area without cursor change.fsm
(54.31 KiB) Downloaded 858 times

Re: Mouse area without cursor change?

Posted: Tue Apr 22, 2014 1:47 pm
by Father
Well thanks, that works fine.
The switch disables mouse area for the knob. So we have to do this for every knob, slider...etc? I was trying to avoid this.
It would be much simpler and useful if there was a silent mouse area or something like that; then we have to do it for just the image.