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

Revisit mouse event handling #5

Open
hansihe opened this issue Mar 5, 2022 · 0 comments
Open

Revisit mouse event handling #5

hansihe opened this issue Mar 5, 2022 · 0 comments
Labels
external This issue is not needed or prioritized by PlayPulse

Comments

@hansihe
Copy link
Member

hansihe commented Mar 5, 2022

Right now things are hacky and several things don't work properly, including:

  • Passing correct mouse buttons to the surface
  • Mouse handling when button is clicked while over a surface and dragged outside of the surface. Will most likely be done by adding gesture handlers to the PlatformView?
  • Correct input frame handling. This will most likely require some state machine or something on the dart side (similar to how the Android platform views do it) in order to reconcile the impedance mismatch between how wayland vs flutter structure their events.
@hansihe hansihe added the external This issue is not needed or prioritized by PlayPulse label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external This issue is not needed or prioritized by PlayPulse
Projects
None yet
Development

No branches or pull requests

1 participant