Ryujinx/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs

8 lines
184 B
C#

namespace Ryujinx.Common.Configuration.Hid
{
public struct KeyboardHotkeys
{
public Key ToggleVsync { get; set; }
public Key Screenshot { get; set; }
}
}