stub some APIs for Flappy Bird, mostly webview related

This commit is contained in:
Julian Winkler
2023-06-18 11:03:43 +02:00
parent c21d8532bc
commit 0454dcbfd5
16 changed files with 150 additions and 6 deletions

View File

@@ -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;
}