I
- The input eventpublic abstract class GestureWrapper<I> extends Object
Constructor and Description |
---|
GestureWrapper(GlimpseCanvas canvas) |
Modifier and Type | Method and Description |
---|---|
List<GlimpseTargetStack> |
getContainingTargets(I e) |
boolean |
longPressDetected0(I event) |
boolean |
panDetected0(I event) |
boolean |
pinchDetected0(I event) |
boolean |
swipeDetected0(I event) |
boolean |
tapDetected0(I event) |
public GestureWrapper(GlimpseCanvas canvas)
public List<GlimpseTargetStack> getContainingTargets(I e)
public boolean panDetected0(I event)
public boolean pinchDetected0(I event)
public boolean swipeDetected0(I event)
public boolean tapDetected0(I event)
public boolean longPressDetected0(I event)
Copyright © 2016 Metron, Inc.. All rights reserved.