KeyPressedHandler.cs 122 B

123456
  1. using Ryujinx.Common.Configuration.Hid;
  2. namespace Ryujinx.HLE.Ui
  3. {
  4. public delegate bool KeyPressedHandler(Key key);
  5. }