Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@clarkezone
Copy link

Adds an emulated mouse cursor for devices that don't typically have a traditional mouse. Enables mouse-like user interactions by using gamepad devices.

flutter/flutter#76092
flutter/flutter#14967

Unit tests blocked by: flutter/flutter#70197 label added

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.
  • The reviewer has submitted any presubmit flakes in this PR using the engine presubmit flakes form before re-triggering the failure.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@clarkezone clarkezone requested a review from cbracken March 1, 2021 01:43
@clarkezone clarkezone self-assigned this Mar 1, 2021
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First round of comments attached. Excited to see Flutter working with game pads!

@chinmaygarde
Copy link
Member

@clarkezone Any updates on @cbracken review comments?

@clarkezone
Copy link
Author

Appols, I was waiting for some of the other UWP commits to land which they now have, was looking at the template in the meantime. I'll take a look this weekend, likely tomorrow.

@chinmaygarde
Copy link
Member

@cbracken Your comments seems to have been addressed (not sure if completely so). Can you re-review please so we can unblock?

@clarkezone
Copy link
Author

I haven't been through them all yet, I plan on finishing up the review by the end of the weekend.

@clarkezone clarkezone force-pushed the add-xbox-mouseemulation branch 3 times, most recently from 8558c92 to b9c48fb Compare March 28, 2021 17:12
@clarkezone
Copy link
Author

OK I'm done with changes..

@clarkezone clarkezone force-pushed the add-xbox-mouseemulation branch from b9c48fb to 625a0eb Compare March 29, 2021 13:25
Copy link
Member

@cbracken cbracken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm on pass two! Thanks for the fixes!

@cbracken cbracken force-pushed the add-xbox-mouseemulation branch from cc8a24b to b936e39 Compare March 31, 2021 20:55
@cbracken
Copy link
Member

Rebased against tip-of-tree after the software-rendering fallback landed.

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 1, 2021
duanqz pushed a commit to duanqz/engine that referenced this pull request Apr 16, 2021
…s XBOX (flutter#24698)

Adds an emulated mouse cursor for devices that don't typically have a traditional mouse. Enables mouse-like user interactions by using gamepad devices.

flutter/flutter#76092
flutter/flutter#14967

Unit tests blocked by: flutter/flutter#70197 label added
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants