mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-15 09:42:09 -07:00
8 lines
184 B
C#
8 lines
184 B
C#
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
public Key Screenshot { get; set; }
|
|
}
|
|
} |