mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
app/internal/window: [WebAssembly] fix touch event handling
Fixes gio#149 Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -277,7 +277,7 @@ func (w *window) touchEvent(typ pointer.Type, e js.Value) {
|
|||||||
Position: pos,
|
Position: pos,
|
||||||
PointerID: pid,
|
PointerID: pid,
|
||||||
Time: t,
|
Time: t,
|
||||||
Modifiers: modifiersFor(e),
|
Modifiers: mods,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user