namespace MoonWorks.Input { /// /// Can be used to access a gamepad axis without a direct reference to the axis object. /// Enum values are equivalent to SDL_GameControllerAxis. /// public enum AxisCode { LeftX, LeftY, RightX, RightY } }