namespace Ryujinx.Input { /// /// Represent a joystick from a gamepad. /// public enum StickInputId : byte { Unbound, Left, Right, Count, } }