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
实操的时候发现键盘的模拟输入游戏内好像无法读取。当程序跑起来切出来在非游戏窗口时,能看见输入法明显被操控显示"j,k"等按键,但切回游戏里面人物并没有受到控制没有任何反应。游戏内使用修改器也是,当活跃窗口是黑猴的时候程序想按下num2就没反应,但窗口切出来就能正常按num2回血。当然在游戏内人直接用键盘都是能控制的,它就是似乎读不了程序的模拟输入。是黑猴不接受这种模拟输入吗,我看有些游戏为了防脚本是会屏蔽这种模拟输入的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
实操的时候发现键盘的模拟输入游戏内好像无法读取。当程序跑起来切出来在非游戏窗口时,能看见输入法明显被操控显示"j,k"等按键,但切回游戏里面人物并没有受到控制没有任何反应。游戏内使用修改器也是,当活跃窗口是黑猴的时候程序想按下num2就没反应,但窗口切出来就能正常按num2回血。当然在游戏内人直接用键盘都是能控制的,它就是似乎读不了程序的模拟输入。是黑猴不接受这种模拟输入吗,我看有些游戏为了防脚本是会屏蔽这种模拟输入的
The text was updated successfully, but these errors were encountered: