简体   繁体   中英

Maximum number of pointers?

Each Pointer is identified with a [PointerPoint.PointerId][1] . Is there a maximum number of pointers supported by WinRT or is this hugely device dependent?

It is device dependant. There are readily available monitors with 30 simultaneous contact points.

You can query the number of points on a specific device from the PointerDevice.MaxContacts property. https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.input.pointerdevice.maxcontacts.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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