コード例 #1
0
ファイル: InputManager.java プロジェクト: brianhgt/jme4webgl
 /** Returns state of simulation of mouse events. Used for touchscreen input only. */
 public boolean getSimulateMouse() {
   if (touch != null) {
     return touch.getSimulateMouse();
   } else {
     return false;
   }
 }