mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-06 17:18:00 +00:00
10 lines
225 B
C#
10 lines
225 B
C#
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
public Key Screenshot { get; set; }
|
|
public Key ShowUi { get; set; }
|
|
}
|
|
}
|