public interface IOnSceneTouchListener
TouchEvent is
dispatched to a Scene. The callback will be invoked
after all ITouchAreas have been checked and none consumed the TouchEvent.
(c) Zynga 2012| Modifier and Type | Method and Description |
|---|---|
boolean |
onSceneTouchEvent(Scene pScene,
TouchEvent pSceneTouchEvent)
Called when a
TouchEvent is dispatched to a Scene. |
boolean onSceneTouchEvent(Scene pScene, TouchEvent pSceneTouchEvent)
TouchEvent is dispatched to a Scene.pScene - The Scene that the TouchEvent has been dispatched to.pSceneTouchEvent - The TouchEvent object containing full information about the event.true if this IOnSceneTouchListener has consumed the TouchEvent, false otherwise.