mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-03-24 06:07:40 +00:00
8 lines
No EOL
128 B
C#
8 lines
No EOL
128 B
C#
namespace Ryujinx.HLE.Input
|
|
{
|
|
public struct Keyboard
|
|
{
|
|
public int Modifier;
|
|
public int[] Keys;
|
|
}
|
|
} |