-
Notifications
You must be signed in to change notification settings - Fork 6k
Implement cursor support for Windows #19459
Conversation
Implements the basic engine support for Windows for flutter/flutter#31952
|
@dkwingsmt FYI |
|
@stuartmorgan We'll probably want to use a hashmap for |
Thanks for the heads up, done. |
|
Mac Android Debug Engine was infra flake, and green on re-run |
|
Hi @stuartmorgan, I tried to work with new cursor implementation. It looks like it currently only supports: SIMPLE, HAND, TEXT & UNAVAILABLE cursor works for Windows. Should we expect the addition of Resize arrow cursors, CROSS hair, BUSY system cursors soon, or later? |
|
Yes, they eill be available after #19550 is merged. Edit: Oops... the said PR doesn't add to Windows yet. zbut maybe I can squish in an update soon. |
|
@dkwingsmt, Sure, it would be a great help. |
Description
Adds the basic support for the cursor channel in the Windows embedding, supporting the subset of the current Dart cursors that are standard Win32 cursors.
Related Issues
flutter/flutter#31952
Tests
I added the following tests: None
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.Breaking Change
Did any tests fail when you ran them? Please read handling breaking changes.