|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMultiTouchSimulator
The Interface IMultiTouchSimulator.
| Method Summary | |
|---|---|
void |
clearCursor()
Clear cursor. |
void |
deleteCursor(int id,
float x,
float y)
Delete cursor. |
void |
deleteTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
Delete two cursors. |
void |
newCursor(int id,
float x,
float y)
New cursor. |
void |
updateCursor(int id,
float x,
float y)
Update cursor. |
void |
updateTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
Update two cursors. |
| Method Detail |
|---|
void clearCursor()
void deleteCursor(int id,
float x,
float y)
id - the idx - the xy - the y
void deleteTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
id1 - the id1x - the xy - the yid2 - the id2x2 - the x2y2 - the y2
void newCursor(int id,
float x,
float y)
id - the idx - the xy - the y
void updateCursor(int id,
float x,
float y)
id - the idx - the xy - the y
void updateTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
id1 - the id1x - the xy - the yid2 - the id2x2 - the x2y2 - the y2
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||