10 lines
127 B
C#
10 lines
127 B
C#
|
namespace Ryujinx.Input
|
||
|
{
|
||
|
public enum ButtonType
|
||
|
{
|
||
|
Key,
|
||
|
GamepadButtonInputId,
|
||
|
StickId,
|
||
|
}
|
||
|
}
|