Hover Equivalent for XY Coordinates?
Is there an object or a simple way to to determine the scripting name of the object under a given set of coordinates which are not necessarily the mouse cursor's coordinates? I'm working on a touch screen project (using TUIO) and want to use it without the mouse enabled option because that is too limited in terms of gestures and multi-touch reading. Hover looks like just the thing if I could only feed it coordinates.
Thanks!