namespace MoonWorks.Input { public enum MouseButtonCode { Left, Right, Middle, X1, X2 } }