aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Input/ButtonType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Input/ButtonType.cs')
-rw-r--r--src/Ryujinx.Input/ButtonType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Ryujinx.Input/ButtonType.cs b/src/Ryujinx.Input/ButtonType.cs
new file mode 100644
index 00000000..25ef5eea
--- /dev/null
+++ b/src/Ryujinx.Input/ButtonType.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.Input
+{
+ public enum ButtonType
+ {
+ Key,
+ GamepadButtonInputId,
+ StickId,
+ }
+}