The CGEvent implementation for scroll wheel events isn't correct for ARM64 #13121
Labels
bug
If an issue is a bug or a pull request a bug fix
good first issue
This is a good first issue for someone to start working with our code
Milestone
Current implementation:
xamarin-macios/src/CoreGraphics/CGEvent.cs
Lines 112 to 131 in c65bdc7
This needs to take into account that varargs parameters aren't in the same place on ARM64.
Example:
xamarin-macios/src/CoreGraphics/CGColorConversionInfo.cs
Lines 94 to 105 in c65bdc7
Also we need tests for this.
The text was updated successfully, but these errors were encountered: