Differenciate touching and grabbing.
This commit is contained in:
parent
bfcb25e1a2
commit
be7eacddb7
6 changed files with 93 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
package com.codigoparallevar.minicards.motion;
|
||||
|
||||
public class MotionMode {
|
||||
public enum Type {
|
||||
LongTouch,
|
||||
ShortTouch,
|
||||
Displacement,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue