public class Windows7TouchEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
contactSizeX
The contact size area X dimension
|
int |
contactSizeY
The contact size area Y dimension
|
int |
id
The id.
|
static int |
TOUCH_DOWN
The Constant TOUCH_DOWN.
|
static int |
TOUCH_MOVE
The Constant TOUCH_MOVE.
|
static int |
TOUCH_UP
The Constant TOUCH_UP.
|
int |
type
The type.
|
int |
x
The x value.
|
int |
y
The y value.
|
Constructor and Description |
---|
Windows7TouchEvent() |
public static final int TOUCH_DOWN
public static final int TOUCH_MOVE
public static final int TOUCH_UP
public int contactSizeX
public int contactSizeY
public int id
public int type
public int x
public int y