Click or drag to resize
SoTouchEventStates Enumeration

The different states a touch event can have.

Namespace: OIV.Inventor.Touch.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum States
Members
  Member nameValueDescription
UNKNOWN0

Unknown state.

UP1

Up state : The finger is off the screen.

DOWN2

Down state : The finger is on the screen.

MOVE3

Move state : The finger is moving on the screen.

Remarks