Skip to content
GitLab
Explore
Sign in
Fix Avalonia Native MouseWheel-Support
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix Avalonia Native MouseWheel-Support
MaxLastBreath
requested to merge
MaxLastBreath/fix-mouse-wheel:master
into
master
Aug 19, 2025
Overview
0
Commits
3
Pipelines
0
Changes
1
Fix Avalonia MouseWheel sending delta of 1 or -1 and never 0.
this fix uses a dispatch timer to reset the value back to 0, if no mousewheel event has happened in the past 100MS.
Merge request reports
Loading