mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-21 06:20:17 +00:00
11 lines
307 B
C#
11 lines
307 B
C#
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public class KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
public Key Screenshot { get; set; }
|
|
public Key ShowUi { get; set; }
|
|
public Key Pause { get; set; }
|
|
public Key ToggleMute { get; set; }
|
|
}
|
|
}
|