Ryujinx/Ryujinx.Input/Assigner/PressedButtonType.cs

10 lines
No EOL
146 B
C#

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