using System; namespace CI.WSANative.Mapping { public enum WSAMapInteractionMode { Disabled, GestureOnly, GestureAndControl } }