Class TouchCopy
- java.lang.Object
-
- org.silverpeas.mobile.client.common.event.touch.TouchCopy
-
public class TouchCopy extends Object
-
-
Constructor Summary
Constructors Constructor Description TouchCopy(int x, int y, int id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TouchCopy
copy(com.google.gwt.dom.client.Touch touch)
int
getIdentifier()
int
getPageX()
int
getPageY()
-
-
-
Method Detail
-
copy
public static TouchCopy copy(com.google.gwt.dom.client.Touch touch)
-
getPageX
public int getPageX()
-
getPageY
public int getPageY()
-
getIdentifier
public int getIdentifier()
-
-