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
ScrcpyNet/src/ScrcpyNet.Wpf/ScrcpyDisplay.cs
Line 163 in cfd1059
Maybe replace this with Math.Clamp(e.Delta, -1, 1);? Though this still results in a too high sensitivity on touchpads.
Math.Clamp(e.Delta, -1, 1);
The text was updated successfully, but these errors were encountered:
If you can scroll once, you can't scroll anymore
Sorry, something went wrong.
No branches or pull requests
ScrcpyNet/src/ScrcpyNet.Wpf/ScrcpyDisplay.cs
Line 163 in cfd1059
Maybe replace this with
Math.Clamp(e.Delta, -1, 1);
? Though this still results in a too high sensitivity on touchpads.The text was updated successfully, but these errors were encountered: