📜  在 c 中发送击键 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:20.852000             🧑  作者: Mango

代码示例1
keybd_event(0x56, 0, 0, 0); //Press down the Key
keybd_event(0x56, 0, KEYEVENTF_KEYUP, 0); //Release the Key