export enum GestureFlag { DontStartGestureOnChildren = 0x01, ReceivePartialGestures = 0x02, IgnoredGesturesPropagateToParent = 0x04, }