Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在最小化的视频游戏中模拟鼠标点击。
我正在为此做的视频游戏允许像这样进行宏处理,所以一切都很好。
但是,游戏使用直接输入,因此使用PostMessage并SendMessage不起作用。
PostMessage
SendMessage
尝试改用 SendInput API。