/ src / Ryujinx.HLE / UI / KeyPressedHandler.cs
KeyPressedHandler.cs
1  using Ryujinx.Common.Configuration.Hid;
2  
3  namespace Ryujinx.HLE.UI
4  {
5      public delegate bool KeyPressedHandler(Key key);
6  }