using System; public enum DragState { NoTouch, TouchStart, Dragging, Released }