WPF: Is there a possibility to “route” ordinary mouse events to touch events in Windows 7

后端 未结 2 1261
栀梦
栀梦 2020-12-15 06:09

I\'m currently developing a touch screen application using C# (.NET 4.0) and WPF for Windows 7. My problem is that the driver of the touch screen I have available at the mom

2条回答
  •  眼角桃花
    2020-12-15 07:00

    You would need to rewrite the mouse driver to act like a touch device to do this. A simpler workaround would be to get a device like the Wacom Bamboo Touch? It's a real touch device (not a touch screen).

提交回复
热议问题