gpt4 book ai didi

python - 如何将 DirectInput 键发送到 Python 中的非事件窗口

转载 作者:行者123 更新时间:2023-12-05 08:05:02 25 4
gpt4 key购买 nike

我想将 DirectInput 键发送到非事件窗口而不干扰我的实际鼠标。我尝试使用 PostMessage、SendInput 和 SendMessage,但 pywin32 使用虚拟键码,而 ctypes 可以与 DirectInput 一起使用。我不知道如何让它在非事件窗口中发送。

最佳答案

尝试使用它,它成功地为我工作,将击键发送到非事件窗口,

使用(但添加错误检查)hwndMain = win32gui.FindWindow("notepad", "prueba.txt: log keys") hwndEdit = win32gui.FindWindowEx

关于python - 如何将 DirectInput 键发送到 Python 中的非事件窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66222584/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com