aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input/MouseButton.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Input/MouseButton.cs')
-rw-r--r--Ryujinx.Input/MouseButton.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Ryujinx.Input/MouseButton.cs b/Ryujinx.Input/MouseButton.cs
deleted file mode 100644
index ab764216..00000000
--- a/Ryujinx.Input/MouseButton.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-namespace Ryujinx.Input
-{
- public enum MouseButton : byte
- {
- Button1,
- Button2,
- Button3,
- Button4,
- Button5,
- Button6,
- Button7,
- Button8,
- Button9,
- Count
- }
-} \ No newline at end of file