|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPQSDKMultiTouch.TouchPoint
public class TouchPoint
represents a touch point on screen.
Field Summary | |
---|---|
int |
m_dx
specifies the x-width of the touch point. |
int |
m_dy
specifies the y-width of the touch point. |
short |
m_id
distinguishes different points on the screen. |
short |
m_point_event
event type of touch point, its value is one of PQMTClientConstant.TP_DOWN
PQMTClientConstant.TP_MOVE
or PQMTClientConstant.TP_UP |
int |
m_x
specifies the x-coordinate of the center position of the point. |
int |
m_y
specifies the y-coordinate of the center position of the point. |
Constructor Summary | |
---|---|
TouchPoint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short m_point_event
PQMTClientConstant.TP_DOWN
PQMTClientConstant.TP_MOVE
or PQMTClientConstant.TP_UP
public short m_id
public int m_x
public int m_y
public int m_dx
public int m_dy
Constructor Detail |
---|
public TouchPoint()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |