public interface IMultiTouchSimulator
| Modifier and Type | Method and Description |
|---|---|
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.
|
void clearCursor()
void deleteCursor(int id,
float x,
float y)
id - the idx - the xy - the yvoid 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 y2void newCursor(int id,
float x,
float y)
id - the idx - the xy - the yvoid updateCursor(int id,
float x,
float y)
id - the idx - the xy - the yvoid 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