mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-24 06:07:45 +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;
|
|
}
|
|
} |