Question

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.

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top