mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-31 01:11:32 -08:00
10 lines
127 B
C#
10 lines
127 B
C#
|
namespace Ryujinx.Input
|
||
|
{
|
||
|
public enum ButtonType
|
||
|
{
|
||
|
Key,
|
||
|
GamepadButtonInputId,
|
||
|
StickId,
|
||
|
}
|
||
|
}
|