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
stub some APIs for Flappy Bird, mostly webview related
This commit is contained in:
@@ -1621,7 +1621,9 @@ public final class MotionEvent extends InputEvent {
|
||||
}
|
||||
|
||||
MotionEvent ev = obtain();
|
||||
ev.mNativePtr = nativeCopy(ev.mNativePtr, other.mNativePtr, true /*keepHistory*/);
|
||||
ev.action = other.action;
|
||||
ev.coord_x = other.coord_x;
|
||||
ev.coord_y = other.coord_y;
|
||||
return ev;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user