Package | Description |
---|---|
elemental.dom | |
elemental.events | |
elemental.js.events |
Modifier and Type | Method and Description |
---|---|
TouchList |
Document.createTouchList() |
Modifier and Type | Method and Description |
---|---|
TouchList |
TouchEvent.getChangedTouches()
|
TouchList |
TouchEvent.getTargetTouches()
|
TouchList |
TouchEvent.getTouches()
|
Modifier and Type | Method and Description |
---|---|
void |
TouchEvent.initTouchEvent(TouchList touches,
TouchList targetTouches,
TouchList changedTouches,
String type,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
Modifier and Type | Class and Description |
---|---|
class |
JsTouchList |
Modifier and Type | Method and Description |
---|---|
void |
JsTouchEvent.initTouchEvent(TouchList touches,
TouchList targetTouches,
TouchList changedTouches,
String type,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
Copyright © 2018. All rights reserved.