Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to simulate touch events in Windows 7?

Tags:

windows-7

I would like to use the touch controller in windows 7.Actually i will get the touch coordinates as bluetooth packets accordingly using these coordinates to generate corresponding touches in OS as human mouse click or touches do.So how to start up with this.How could i register for touch events on windows7 os.

like image 341
diva Avatar asked Apr 02 '12 08:04

diva


People also ask

Does Windows 7 have touch support?

Windows 7. Windows 7 not only offers increased stability, better performance and a sharper appearance, it's the first mainstream operating system that supports touch screens from the ground up.

How do I test touch events on my desktop?

Activate the Developer Tools with CMD+ALT+i (OSX) or F12 (Windows). Click the cog icon to open up it's settings. Then switch to the Overrides tab. Make sure Enable is checked and then activate Emulate touch events.

How do I use touch screen on Windows 7?

Laptop - Windows 7Once the Control Panel is open, click the Pen and Touch option. In the Pen and Touch properties window, click the Touch tab. Check the box for the Use your finger as an input device option.


2 Answers

Download and install Microsoft Surface SDK 2.0. It includes a little software called Microsoft Surface Input Simulator which simulates touch events and some other things in Windows.

http://www.microsoft.com/en-us/download/details.aspx?id=26716

EDIT: I know this question is over a year old, but I thought it could help others.

like image 143
Theo Avatar answered Oct 15 '22 09:10

Theo


There are some open source virtual touch drivers that you can use to simulate touch input if you don't have a touch input device

  • http://multitouchvista.codeplex.com/
  • http://code.google.com/p/vmulti/
like image 21
Sheng Jiang 蒋晟 Avatar answered Oct 15 '22 09:10

Sheng Jiang 蒋晟