SoTouchEventStates Enumeration |
The different states a touch event can have.
Namespace: OIV.Inventor.Touch.Events
Member name | Value | Description | |
---|---|---|---|
UNKNOWN | 0 | Unknown state. | |
UP | 1 | Up state : The finger is off the screen. | |
DOWN | 2 | Down state : The finger is on the screen. | |
MOVE | 3 | Move state : The finger is moving on the screen. |