如何拥有具有多个显示器的多点触控应用程序?

发布于 2024-12-21 02:57:45 字数 252 浏览 1 评论 0原文

我的应用程序是多点触控的,可以在单个显示器上正常运行,或者在 2 个显示器上但一次 1 个显示器上运行良好。 但是,当我在两台显示器上尝试多点触控时,触摸仅在我触摸的第一个显示器上起作用,而第二个显示器什么也接收不到...就像第一个显示器获得所有触摸设备的焦点一样...

有没有办法每个显示器同时有 1 个手指吗?

我使用的是 Win7 64 位、.NET 4.0

2 个双触摸显示器:NEC MultiSync LCD 2490WUXi²

My app is multitouch and works fine on a single monitor, or with 2 monitors but 1 at a time.
But when I tried the multitouch on two monitors, the touch only works on the first that I touch, and the second monitor receive nothing... like if the first monitor get the focus of all touch device...

Is there a way to have 1 finger in each monitor at the same time?

I'm on Win7 64bits, .NET 4.0

2 dual touch monitors : NEC MultiSync LCD 2490WUXi²

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

负佳期 2024-12-28 02:57:45

最后,同时在多台显示器上进行多点触控只有两种可能性:

1) 使用 Mosaic (NVidia) 或 Eyefinity (ATI) 模拟所有显示器都只是 1 个显示器

2) 自己编写驱动程序,使其完全按照您的要求进行操作想

Finally, there is only 2 possibilities to do multitouch on multiple monitors at the same time:

1) Use Mosaic (NVidia) or Eyefinity (ATI) to simulate that all monitors are only 1 monitor

2) Code the driver yourself to do exactly what you want

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文