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
This commit is contained in:
PSp..om 2012-12-18 05:42:22 +00:00
parent 157fb96141
commit 6ec55f097f

View File

@ -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.
*/