org.mt4j.input.inputSources
Class Windows7TouchEvent

java.lang.Object
  extended by org.mt4j.input.inputSources.Windows7TouchEvent

public class Windows7TouchEvent
extends java.lang.Object

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

TOUCH_DOWN

public static final int TOUCH_DOWN
The Constant TOUCH_DOWN.

See Also:
Constant Field Values

TOUCH_MOVE

public static final int TOUCH_MOVE
The Constant TOUCH_MOVE.

See Also:
Constant Field Values

TOUCH_UP

public static final int TOUCH_UP
The Constant TOUCH_UP.

See Also:
Constant Field Values

contactSizeX

public int contactSizeX
The contact size area X dimension.


contactSizeY

public int contactSizeY
The contact size area Y dimension.


id

public int id
The id.


type

public int type
The type.


x

public int x
The x value.


y

public int y
The y value.

Constructor Detail

Windows7TouchEvent

public Windows7TouchEvent()