Package 

Class TouchEvent


  • 
    public class TouchEvent
    extends Event<TouchEvent>
                        

    An event representing the start, end or movement of a touch. Corresponds to a single .

    TouchEvent coalescing can happen for move events if two move events have the same target view and coalescing key. See TouchEventCoalescingKeyHelper for more information about how these coalescing keys are determined.