Win32 equivalent of .net SendKeys

前端 未结 3 1051
长情又很酷
长情又很酷 2021-01-14 03:27

I am designing a system that reads a gesture from Kinect and make some actions. I am trying to include the system to be able to send HotKey to an application. My system is w

3条回答
  •  无人共我
    2021-01-14 03:47

    The native equivalent is keybd_event

    http://msdn.microsoft.com/en-us/library/ms646304(v=vs.85).aspx

提交回复
热议问题