Skip to content

Fix Avalonia Native MouseWheel-Support

  • 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