-
Notifications
You must be signed in to change notification settings - Fork 282
Allow Scrolling #7
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
Comments
The flutter engine does not support scrolling through the Scrollwheel at the moment. |
Enum and field in embedder.h support suggest support for scrolling. https://github.com/flutter/engine/blob/4b01d795feec3ba8231a397a4ec2759954d8216e/shell/platform/embedder/embedder.h#L292 GLFW hook would be https://godoc.org/github.com/go-gl/glfw/v3.2/glfw#ScrollCallback |
Unpinned, on hold until the embedder support lands in beta channel. |
Support for scrolling has just been merged to master as a633350 |
I think it would be cool if you could scroll with a mouse instead of having to drag! That's all, great project.
The text was updated successfully, but these errors were encountered: