aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx/Common/KeyboardHotkeyState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx/Common/KeyboardHotkeyState.cs')
-rw-r--r--src/Ryujinx/Common/KeyboardHotkeyState.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Ryujinx/Common/KeyboardHotkeyState.cs b/src/Ryujinx/Common/KeyboardHotkeyState.cs
new file mode 100644
index 00000000..6e492098
--- /dev/null
+++ b/src/Ryujinx/Common/KeyboardHotkeyState.cs
@@ -0,0 +1,16 @@
+namespace Ryujinx.Ava.Common
+{
+ public enum KeyboardHotkeyState
+ {
+ None,
+ ToggleVSync,
+ Screenshot,
+ ShowUI,
+ Pause,
+ ToggleMute,
+ ResScaleUp,
+ ResScaleDown,
+ VolumeUp,
+ VolumeDown,
+ }
+}