I have a pair of screen coordinates and I need to know if they overlap any GUI elements.

Is there some way of doing this or at least finding out if a given point is within the bounds of a GUI element?

It would be preferable if there was some sort of isPointInsideAnyGUIElements() function.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Use env->getElementFromPoint(position)

link|improve this answer
Perfect. Thank you! – George Edison Nov 29 '10 at 19:45
@George, asking questions here's not such a good idea. I recommend Irrlicht's Beginner's Help forum (we have a great community) or the chat room (#irrlicht on Freenode) – Gaz Davidson Nov 30 '10 at 14:14
Thanks. I've been to the Freenode channel a few times and got some good help there. The idea of posting them here is that others will find this question when searching for it if they run into the same problem. – George Edison Dec 1 '10 at 0:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.