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
要修改的文件:MouseSimulator.cs(第14行) 原代码: private const int MouseWheelClickSize = 120; 改正后: private const int MouseWheelClickSize = 1;
The text was updated successfully, but these errors were encountered:
欢迎贡献代码,你可以fork修改后然后发请求,步骤: 1.Fork并克隆到本机 2.创建一个分支并添加你的代码 3.发送一个Pull Request
Sorry, something went wrong.
No branches or pull requests
要修改的文件:MouseSimulator.cs(第14行)
原代码: private const int MouseWheelClickSize = 120;
改正后: private const int MouseWheelClickSize = 1;
The text was updated successfully, but these errors were encountered: