Sohan
Sohan

Reputation: 3797

Programatically fire windows 7 touch and gesture events

Please let me know the answers to the following:

  1. Is it possible to programmatically fire the touch and gesture events of Windows 7?
  2. Is there any API?
  3. Is it possible to fire the event from a computer without touch screen?

I am looking for something implemented or implementable in C# if possible.

Any help will be much appreciated.

Thank you.

Upvotes: 2

Views: 1138

Answers (1)

Ben Straub
Ben Straub

Reputation: 5776

In the Windows 7 pre-beta handed out at PDC 2008, there was an API for injecting gesture input into the input system. However, the API was removed before RTM, and I have it on good authority that this is not a supported scenario for Windows 7.

Upvotes: 1

Related Questions