namespace Ryujinx.Input.Assigner { public enum PressedButtonType : byte { None, Key, Button, Stick } }