Click or drag to resize

TouchDataActionEnum Enumeration

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ActionEnum
Members
  Member nameValueDescription
Down0 A pressed gesture has started, the motion contains the initial starting location.
Up1 A pressed gesture has ended.
Move2 A pressed gesture has moved.
See Also