Is there a way to find an object by position and dispatch a touch event to it? I know how to dispatch the touch event, but the finding by position? The easiest way, of course, would be to loop through all display objects (not hard) and check for bounds, but, of course, that would be extremely slow
Is there a fast way to do this?
- C