Package | Description |
---|---|
org.jboss.errai.ui.cordova.events.touch.longtap | |
org.jboss.errai.ui.cordova.events.touch.swipe |
Modifier and Type | Method and Description |
---|---|
List<TouchPoint> |
LongTapEvent.getStartPositions()
the start position of all fingers
|
Constructor and Description |
---|
LongTapEvent(Object source,
int numberOfFingers,
int time,
List<TouchPoint> startPositions)
Construct a LongTapEvent
|
Modifier and Type | Method and Description |
---|---|
TouchPoint |
SwipeMoveEvent.getTouch() |
TouchPoint |
SwipeStartEvent.getTouch() |
Constructor and Description |
---|
SwipeMoveEvent(TouchPoint touch,
boolean distanceReached,
int distance,
SwipeEvent.Direction direction)
Construct a
SwipeMoveEvent |
SwipeStartEvent(TouchPoint touch,
int distance,
SwipeEvent.Direction direction)
Construct a
SwipeStartEvent |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.