|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mt4j.input.inputSources.Windows7TouchEvent
public class Windows7TouchEvent
The Class Windows7TouchEvent.
Field Summary | |
---|---|
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 Summary | |
---|---|
Windows7TouchEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Windows7TouchEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |