SoTouchManagerGetEventbyIndex Method |
Get the corresponding event for the index, NULL if index is incorrect.
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoTouchEvent GetEventbyIndex(
int index
)
Public Function GetEventbyIndex (
index As Integer
) As SoTouchEvent
public:
SoTouchEvent^ GetEventbyIndex(
int index
)
member GetEventbyIndex :
index : int -> SoTouchEvent
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoTouchEventRemarks See Also