فهرست منبع

fix for #1297 (#1323)

* fix for #1297

* fix for #1297

* fixed line endings?

* Revert "fixed line endings?"

This reverts commit 905356ac3ea3e2f56dcd04c88f32e217d25b5581.

* fixed line endings?

* fixed line endings?

* fixed line endings?

* fixed line endings?

* Update AndroidTouchInput.java

using dos2unix

* ...

* ...

* unix2dos AndroidTouchInput.java

* undo a couple more changes not related to PR 1323

Co-authored-by: Stephen Gold <[email protected]>
Rickard Edén 4 سال پیش
والد
کامیت
e0310c7720
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      jme3-core/src/main/java/com/jme3/input/event/TouchEvent.java

+ 5 - 1
jme3-core/src/main/java/com/jme3/input/event/TouchEvent.java

@@ -103,7 +103,11 @@ public class TouchEvent extends InputEvent {
         SHOWPRESS,
         // Others
         OUTSIDE,
-        IDLE
+        IDLE,
+        /**
+         * Virtual keyboard or hardware key event up, fields: keyCode, characters
+         */
+        KEY_MULTIPLE
     }
     private Type type = Type.IDLE;
     private int pointerId;