Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UIDraggingModes

Enum for selecting behavior of dragging interactions of UIElements. Dragging can be done by both mouse and touch.

Use with UIElement.setDraggingMode

Index

Enumeration members

draggable

draggable :

UIElement is draggable.

notDraggable

notDraggable :

UIElement is not draggable.

onlyHorizontal

onlyHorizontal :

UIElement is only draggable on horizontal plane.

onlyVertical

onlyVertical :

UIElement is only draggable on vertical plane.