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:
parent
157fb96141
commit
6ec55f097f
@ -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…
x
Reference in New Issue
Block a user