mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-07 14:38:41 +00:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct Keyboard
|
|
{
|
|
public int Modifier;
|
|
public int[] Keys;
|
|
}
|
|
} |