SoTouchManagerGetAllFingerIds Method |
Get the table with ids of all fingers touching the screen.
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic List<uint> GetAllFingerIds()
Public Function GetAllFingerIds As List(Of UInteger)
public:
List<unsigned int>^ GetAllFingerIds()
member GetAllFingerIds : unit -> List<uint32>
Return Value
Type:
ListUInt32
Remarks
See Also