synergynetframework.jme.simulators.directsimulator
Class JMEDirectSimulator

java.lang.Object
  extended by synergynetframework.mtinput.simulator.AbstractMultiTouchSimulator
      extended by synergynetframework.mtinput.simulator.AbstractDirectMultiTouchSimulator
          extended by synergynetframework.jme.simulators.directsimulator.JMEDirectSimulator
All Implemented Interfaces:
IMultiTouchInputSource, IMultiTouchSimulator

public class JMEDirectSimulator
extends AbstractDirectMultiTouchSimulator

The Class JMEDirectSimulator.


Constructor Summary
JMEDirectSimulator(int width, int height)
          Instantiates a new JME direct simulator.
 
Method Summary
 void update(float tpf)
          Update.
 
Methods inherited from class synergynetframework.mtinput.simulator.AbstractDirectMultiTouchSimulator
deleteCursor, deleteTwoCursors, newCursor, updateCursor, updateTwoCursors
 
Methods inherited from class synergynetframework.mtinput.simulator.AbstractMultiTouchSimulator
clearCursor, getCurrentCursor, getNewCursorID, keyPressed, keyReleased, mouseDragged, mouseMoved, mousePressed, mouseReleased, registerMultiTouchEventListener, registerMultiTouchEventListener, setClickSensitivity, start, stop, unregisterMultiTouchEventListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMEDirectSimulator

public JMEDirectSimulator(int width,
                          int height)
Instantiates a new JME direct simulator.

Parameters:
width - the width
height - the height
Method Detail

update

public void update(float tpf)
Description copied from interface: IMultiTouchInputSource
Update.

Parameters:
tpf - the tpf