mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 19:36:24 +02: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;
|
|
}
|
|
} |