Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Implement raw mouse input support and captured mouse mode. #92276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented May 23, 2024

Implements #92255

  • Adds support far raw mouse input handling (iOS 14+), now mouse/touchpad will generate full set of input events: motion (with relative values), all buttons, h/v scroll. Previously, was generating only left click events and drag (as simulated touch events).
  • Adds support for captured mouse mode (confined and hidden mode is not supported, there's no way to hide cursor without locking).

@bruvzg bruvzg added this to the 4.x milestone May 23, 2024
@bruvzg bruvzg requested a review from a team as a code owner May 23, 2024 09:49
@bruvzg bruvzg force-pushed the ios_raw_mouse branch 2 times, most recently from d4cc9b7 to de51c9d Compare May 23, 2024 19:39
@bruvzg bruvzg requested review from a team as code owners May 23, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant