Sprockets * WasAButtonClicked
(
int _x,
int _y
)
Public function of the Epee Engine Class
Description:
returns the first Sprocket in the current render list that intersects the _x and _y values. Test from closest to furthest
this can also be used to test for point to box collision
Arguments:
Required:
int _x
x value to test against
int _y
y value to test against
Return Value:
returns a pointer to first Sprocket in the current render list that intersects the _x and _y
If no Sprocket intersect the _x and _y values it returns NULL\\