aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Input/ButtonType.cs
blob: 25ef5eea81bc9e7572a1a667ff79427403719c03 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Input
{
    public enum ButtonType
    {
        Key,
        GamepadButtonInputId,
        StickId,
    }
}