flutter-embedded-linux icon indicating copy to clipboard operation
flutter-embedded-linux copied to clipboard

Add mouse cursor support for DRM-EGLStream backend

Open ghost opened this issue 3 years ago • 0 comments

There are the following problems.

  • The mouse cursor is not updated when a change notification comes from the flutter.
  • NativeWindowEglstream::ShowCursor() function is not implemented, but the mouse cursor works fine (move, press, etc.).
    • Need to investigate if NativeWindowEglstream::ShowCursor() function is unnecessary.
  • Cannot dismiss cursor.

ghost avatar Apr 06 '21 08:04 ghost