Checks the scene at the coordinates x
and y
and returns a pointer to the
Actor at those coordinates.
By using pick_mode
it is possible to control which actors will be painted and thus available.
this |
a Stage |
pick_mode |
how the scene graph should be painted |
x |
X coordinate to check |
y |
Y coordinate to check |
the actor at the specified coordinates, if any |