namespace MoonWorks.Input { /// /// Can be used to determine virtual mouse button state without a direct reference to the button object. /// public enum MouseButtonCode { Left, Right, Middle, X1, X2 } }