flutter-embedded-linux
flutter-embedded-linux copied to clipboard
Add mouse cursor support for DRM-EGLStream backend
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.