瀏覽代碼

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

PSp..om 12 年之前
父節點
當前提交
6ec55f097f
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      engine/src/core/com/jme3/input/InputManager.java

+ 0 - 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.
      */