aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs')
-rw-r--r--src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs b/src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs
new file mode 100644
index 00000000..73c30661
--- /dev/null
+++ b/src/Ryujinx.HLE/UI/Input/NpadButtonHandler.cs
@@ -0,0 +1,6 @@
+using Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad;
+
+namespace Ryujinx.HLE.UI.Input
+{
+ delegate void NpadButtonHandler(int npadIndex, NpadButton button);
+}