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