
I'm guessing this may be kind of a n00b question, but there's nothing about this in the tutorials

I'm making my first game in Irrlicht, and RTS, with mouse control:

and when you select a tile (by clicking on it) it lights up and some gui button appear on the screen (not in a gui window mind you, I like it this way):

However, since i switched to mouse control, the buttons wont register my mouse clicks, the click goes straight through to the tile behind the button and selects that instead:

Is there a way I can say "Buttons get top priority for clicks"?
I'm using MyEventReceiver, which i've messed around with to accept mouse clicks and that.
I get that this would probably not be a problem if i put the buttons in a window, but I really dont wanna have to do that.
Thanks a bunch
