mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-30 20:28:41 +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;
|
|
}
|
|
} |