|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.mtinput.simulator.AbstractMultiTouchSimulator
synergynetframework.jme.simulators.tuiosimulator.JMETUIOSimulator
public class JMETUIOSimulator
The Class JMETUIOSimulator.
| Constructor Summary | |
|---|---|
JMETUIOSimulator(int tableWidth,
int tableHeight)
Instantiates a new JMETUIO simulator. |
|
| Method Summary | |
|---|---|
void |
deleteCursor(int id,
float x,
float y)
Delete cursor. |
void |
deleteTwoCursors(int id1,
float x1,
float y1,
int id2,
float x2,
float y2)
Delete two cursors. |
void |
newCursor(int id,
float x,
float y)
New cursor. |
void |
start()
Start. |
void |
stop()
Stop. |
void |
update(float tpf)
Update. |
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. |
| Methods inherited from class synergynetframework.mtinput.simulator.AbstractMultiTouchSimulator |
|---|
clearCursor, getCurrentCursor, getNewCursorID, keyPressed, keyReleased, mouseDragged, mouseMoved, mousePressed, mouseReleased, registerMultiTouchEventListener, registerMultiTouchEventListener, setClickSensitivity, unregisterMultiTouchEventListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMETUIOSimulator(int tableWidth,
int tableHeight)
tableWidth - the table widthtableHeight - the table height| Method Detail |
|---|
public void deleteCursor(int id,
float x,
float y)
IMultiTouchSimulator
deleteCursor in interface IMultiTouchSimulatordeleteCursor in class AbstractMultiTouchSimulatorid - the idx - the xy - the y
public void deleteTwoCursors(int id1,
float x1,
float y1,
int id2,
float x2,
float y2)
IMultiTouchSimulator
deleteTwoCursors in interface IMultiTouchSimulatordeleteTwoCursors in class AbstractMultiTouchSimulatorid1 - the id1x1 - the xy1 - the yid2 - the id2x2 - the x2y2 - the y2
public void newCursor(int id,
float x,
float y)
IMultiTouchSimulator
newCursor in interface IMultiTouchSimulatornewCursor in class AbstractMultiTouchSimulatorid - the idx - the xy - the ypublic void start()
AbstractMultiTouchSimulator
start in class AbstractMultiTouchSimulatorpublic void stop()
AbstractMultiTouchSimulator
stop in class AbstractMultiTouchSimulatorpublic void update(float tpf)
IMultiTouchInputSource
tpf - the tpf
public void updateCursor(int id,
float x,
float y)
IMultiTouchSimulator
updateCursor in interface IMultiTouchSimulatorupdateCursor in class AbstractMultiTouchSimulatorid - the idx - the xy - the y
public void updateTwoCursors(int id1,
float x,
float y,
int id2,
float x2,
float y2)
IMultiTouchSimulator
updateTwoCursors in interface IMultiTouchSimulatorupdateTwoCursors in class AbstractMultiTouchSimulatorid1 - 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 | |||||||||