mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-07 02:27:43 +02:00
16 lines
267 B
C#
16 lines
267 B
C#
namespace Ryujinx.Ava.Common
|
|
{
|
|
public enum KeyboardHotkeyState
|
|
{
|
|
None,
|
|
ToggleVSync,
|
|
Screenshot,
|
|
ShowUi,
|
|
Pause,
|
|
ToggleMute,
|
|
ResScaleUp,
|
|
ResScaleDown,
|
|
VolumeUp,
|
|
VolumeDown,
|
|
}
|
|
}
|