flutter-tizen / embedder

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

Implement the mouse cursor channel #32

Closed JSUYA closed 1 year ago

JSUYA commented 1 year ago

Change the ecore cursor theme and name according to the kind of SystemMouseCursor received through the cursor channel.

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

JSUYA commented 1 year ago

This change only works with TizenWindowEcoreWl2 + TV Profile. Haven't checked the behavior of ecore_wl2_input_cursor_theme_name_set in other environments yet.