FlutterWayland / flutter_wlroots

Wayland compositor embedder and library for Flutter. Built with Wlroots.
MIT License
30 stars 5 forks source link

Touch event handling #4

Open hansihe opened 2 years ago

hansihe commented 2 years ago

The bulk of this is done already with mouse input handling.

charafau commented 2 years ago

Here is linux support for touch gestures https://github.com/flutter/engine/pull/31592