mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-13 11:07:48 -06: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; }
|
|
}
|
|
}
|