简体   繁体   English

最大指针数?

[英]Maximum number of pointers?

Each Pointer is identified with a [PointerPoint.PointerId][1] . 每个Pointer用[PointerPoint.PointerId][1]标识。 Is there a maximum number of pointers supported by WinRT or is this hugely device dependent? WinRT是否支持最大数量的指针,或者这在很大程度上取决于设备?

It is device dependant. 它取决于设备。 There are readily available monitors with 30 simultaneous contact points. 有30个同时接触点的监视器。

You can query the number of points on a specific device from the PointerDevice.MaxContacts property. 您可以从PointerDevice.MaxContacts属性查询特定设备上的点数。 https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.input.pointerdevice.maxcontacts.aspx https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.input.pointerdevice.maxcontacts.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM