19 lines
442 B
C#
19 lines
442 B
C#
|
namespace Ryujinx.Configuration.Hid
|
|||
|
{
|
|||
|
public struct NpadKeyboardRight
|
|||
|
{
|
|||
|
public Key StickUp;
|
|||
|
public Key StickDown;
|
|||
|
public Key StickLeft;
|
|||
|
public Key StickRight;
|
|||
|
public Key StickButton;
|
|||
|
public Key ButtonA;
|
|||
|
public Key ButtonB;
|
|||
|
public Key ButtonX;
|
|||
|
public Key ButtonY;
|
|||
|
public Key ButtonPlus;
|
|||
|
public Key ButtonR;
|
|||
|
public Key ButtonZr;
|
|||
|
}
|
|||
|
}
|