flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Handle right and middle mouse button clicks #30

Closed swift-kim closed 1 year ago

swift-kim commented 1 year ago

Contributes to https://github.com/flutter-tizen/flutter-tizen/issues/490.

The code added to flutter_tizen_view.cc is mostly based on the Windows implementation (flutter_windows_view.cc).

To test right and middle clicks, you can use the GestureDetector widget (onSecondaryTapDown/onTertiaryTapDown).