ATLKeyboard: Integrate with phosh and wayland IME

This commit is contained in:
Nikita Travkin
2025-03-22 00:13:41 +05:00
committed by Mis012
parent 80ec4bd02a
commit 882cd1b471
14 changed files with 1227 additions and 24 deletions

View File

@@ -1363,7 +1363,8 @@ public final class MotionEvent extends InputEvent {
int pointerIndex, PointerProperties outPointerProperties);
private static native void nativeScale(int nativePtr, float scale);
private static native void nativeTransform(int nativePtr, Matrix matrix);
private static /* native */ void nativeTransform(int nativePtr, Matrix matrix) {
}
private static final int X_OFFSET = 0;
private static final int Y_OFFSET = 1;