ryubing/src/Ryujinx.Input/ButtonType.cs

10 lines
127 B
C#

namespace Ryujinx.Input
{
public enum ButtonType
{
Key,
GamepadButtonInputId,
StickId,
}
}