Is there a way to simulate touch events in Windows 8

后端 未结 4 926
我寻月下人不归
我寻月下人不归 2020-12-08 23:11

Is there a way to simulate touch events in Windows 8 (and preferably in windows 7).
I know there is a project called Multi touch vista but I feel its a bit overkill and

4条回答
  •  粉色の甜心
    2020-12-08 23:47

    Further to the solution which points to the C++ Sample code for InjectTouchInput which comes packaged in the User32.dll of Windows 8, the C# solution can be found here:

    InjectTouchInput Windows 8 C# not working (returns false)

提交回复
热议问题