using System; namespace LYFZ.OtherExpansion.SkinControl { public enum ButtonStatus { LeftDown, LeftUp, RightDown, RightUp, None } }