public class Touch
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Touch()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClientX()
Client x position.
|
int |
getClientY()
Client y position.
|
int |
pageX()
Client page x position.
|
int |
pageY()
Client page y position.
|
int |
screenX()
Client screen x position.
|
int |
screenY()
Client screen y position.
|
public final int getClientX()
public final int getClientY()
public final int pageX()
public final int pageY()
public final int screenX()
public final int screenY()
Copyright © 2011–2015 SWM. All rights reserved.