SoTouchManagerGetTouchUpEvent Method |
Namespace: OIV.Inventor.TouchAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public IList<SoEvent> GetTouchUpEvent(
uint fingerId,
SbVec2f fingerPos,
SbTime time
)
Public Function GetTouchUpEvent (
fingerId As UInteger,
fingerPos As SbVec2f,
time As SbTime
) As IList(Of SoEvent)
public:
IList<SoEvent^>^ GetTouchUpEvent(
unsigned int fingerId,
SbVec2f fingerPos,
SbTime time
)
member GetTouchUpEvent :
fingerId : uint32 *
fingerPos : SbVec2f *
time : SbTime -> IList<SoEvent>
Parameters
- fingerId
- Type: SystemUInt32
id of the finger used.
- fingerPos
- Type: OIV.InventorSbVec2f
position of the finger in pixels.
- time
- Type: OIV.InventorSbTime
timestamp of the touch event in seconds.
Return Value
Type:
IListSoEventthis list.
Remarks See Also