SoTouchManagerGetEventById Method |
Get the corresponding event for the finger id, NULL if id is incorrect.
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoTouchEvent GetEventById(
uint id
)
Public Function GetEventById (
id As UInteger
) As SoTouchEvent
public:
SoTouchEvent^ GetEventById(
unsigned int id
)
member GetEventById :
id : uint32 -> SoTouchEvent
Parameters
- id
- Type: SystemUInt32
Return Value
Type:
SoTouchEventRemarks See Also