最終更新:2017-01-17 (火) 08:40:11 (2649d)  

InjectTouchInput
Top / InjectTouchInput

タッチ入力をシュミレートするAPI

http://msdn.microsoft.com/ja-jp/library/windows/desktop/hh802881(v=vs.85).aspx

BOOL InjectTouchInput(
  _In_  UINT32 count,
  _In_  const POINTER_TOUCH_INFO *contacts
);

参考