mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
app/internal/window: fix multitouch action on Android
Fixes #122 Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -113,7 +113,7 @@ public final class GioView extends SurfaceView implements Choreographer.FrameCal
|
||||
}
|
||||
onTouchEvent(
|
||||
nhandle,
|
||||
act,
|
||||
pact,
|
||||
event.getPointerId(i),
|
||||
event.getToolType(i),
|
||||
event.getX(i),
|
||||
|
||||
Reference in New Issue
Block a user