diff options
Diffstat (limited to 'src/Ryujinx.HLE/Ui/KeyPressedHandler.cs')
-rw-r--r-- | src/Ryujinx.HLE/Ui/KeyPressedHandler.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Ryujinx.HLE/Ui/KeyPressedHandler.cs b/src/Ryujinx.HLE/Ui/KeyPressedHandler.cs new file mode 100644 index 00000000..096bf731 --- /dev/null +++ b/src/Ryujinx.HLE/Ui/KeyPressedHandler.cs @@ -0,0 +1,6 @@ +using Ryujinx.Common.Configuration.Hid; + +namespace Ryujinx.HLE.Ui +{ + public delegate bool KeyPressedHandler(Key key); +}
\ No newline at end of file |