SoEventBuilderGetTouchDownEvent Method |
Return a list of SoEvent corresponding to given parameters.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic List<SoEvent> GetTouchDownEvent(
int x,
int y,
uint fingerId
)
Public Function GetTouchDownEvent (
x As Integer,
y As Integer,
fingerId As UInteger
) As List(Of SoEvent)
public:
List<SoEvent^>^ GetTouchDownEvent(
int x,
int y,
unsigned int fingerId
)
member GetTouchDownEvent :
x : int *
y : int *
fingerId : uint32 -> List<SoEvent>
Parameters
- x
- Type: SystemInt32
X coordinate in pixel of the finger position.
- y
- Type: SystemInt32
Y coordinate in pixel of the finger position.
- fingerId
- Type: SystemUInt32
id of the finger used.
Return Value
Type:
ListSoEvent
RemarksThis list may contain some recognized SoGestureEvent. The returned events should not be destroyed.
See Also