namespace xServer.Enums { public enum MouseAction { LeftDown, LeftUp, RightDown, RightUp, MoveCursor, None } }