This method is used to delegate touchDown, mouse, and enter/exit events. If this method returns null, those events will not occur on this Actor.
The default implementation returns this actor if the point is within this actor's bounds. @param touchable If true, the hit detection will respect the {@link #setTouchable(Touchable) touchability}. @see Touchable
|
|