Skip to content

Commit

Permalink
fix for #1297 (#1323)
Browse files Browse the repository at this point in the history
* fix for #1297

* fix for #1297

* fixed line endings?

* Revert "fixed line endings?"

This reverts commit 905356a.

* 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 <sgold@sonic.net>
  • Loading branch information
neph1 and stephengold committed Nov 8, 2020
1 parent 9ef15be commit e0310c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jme3-core/src/main/java/com/jme3/input/event/TouchEvent.java
Expand Up @@ -103,7 +103,11 @@ public enum Type {
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;
Expand Down

0 comments on commit e0310c7

Please sign in to comment.