Recent Changes - Search:

Documentation

Help

Tutorials

RoadMap

Help Docs for wiki writers:

PmWiki

edit SideBar

WasAButtonClicked

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\\

Edit - History - Print - Recent Changes - Search
Page last modified on October 25, 2007, at 06:17 PM