mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
46ffc81d90
* Unbreak arrow keys * Use bitshift for Flags instead of literal
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; }
|
|
}
|
|
}
|