flutter-tizen / embedder

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

TizenWindow,View: Add PointerDeviceKindMouse according to device class #31

Closed JSUYA closed 1 year ago

JSUYA commented 1 year ago

In Ecore_event and Evas_event, the devcie class can check Touch and Mouse event information. So use this to pass the appropriate PointerDeviceKind.

JSUYA commented 1 year ago

I have yet to find a way to check between Mouse and Touch events in NUI.

swift-kim commented 1 year ago

Already implemented in https://github.com/flutter-tizen/embedder/pull/30.