Removing the accidental method addition (simulateEvent)

that tagged along for the ride when I added the joystick
enhancements.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10031 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
PSp..om 12 years ago
parent 157fb96141
commit 6ec55f097f
  1. 4
      engine/src/core/com/jme3/input/InputManager.java

@ -456,10 +456,6 @@ public class InputManager implements RawInputListener {
invokeTimedActions(hash, evt.getTime(), evt.isPressed());
}
public void simulateEvent( InputEvent evt ) {
inputQueue.add(evt);
}
/**
* Callback from RawInputListener. Do not use.
*/

Loading…
Cancel
Save