You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
View: support multitouch properly
seems to work, but there might still be some edge cases
This commit is contained in:
@@ -51,13 +51,4 @@
|
||||
#define JAVA_ENUM(name) \
|
||||
name = JOIN3(JAVA_ENUM_CLASS, _, name)
|
||||
|
||||
// this really doesn't belong here, should probably put this in Java and deal with ugly name convention of autogenerated headers
|
||||
|
||||
#define MOTION_EVENT_ACTION_DOWN 0
|
||||
#define MOTION_EVENT_ACTION_UP 1
|
||||
#define MOTION_EVENT_ACTION_MOVE 2
|
||||
#define MOTION_EVENT_ACTION_CANCEL 3
|
||||
#define MOTION_EVENT_ACTION_SCROLL 8
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user