We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scrolling the mousewheel on a CoreUI NativeWindow causes a System.OverflowExecption, prior to executing the event.
Occurs when running Core 3.0 compiling for win-x64
The text was updated successfully, but these errors were encountered:
When attempting to hack-patch this, I discovered that the MouseWheelEvent has room for WheelTicks, but never actually implements it.
Sorry, something went wrong.
Good catch. The CoreUI sub-project was an experiment about windows with .NET Core, indeed some code may be never executed.
Feel free to PR a patch, I'll integrate it happily.
No branches or pull requests
Scrolling the mousewheel on a CoreUI NativeWindow causes a System.OverflowExecption, prior to executing the event.
Occurs when running Core 3.0 compiling for win-x64
The text was updated successfully, but these errors were encountered: