mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-27 15:39:14 +00:00
Move solution and projects to src
This commit is contained in:
6
src/Ryujinx.HLE/Ui/KeyReleasedHandler.cs
Normal file
6
src/Ryujinx.HLE/Ui/KeyReleasedHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Ryujinx.Common.Configuration.Hid;
|
||||
|
||||
namespace Ryujinx.HLE.Ui
|
||||
{
|
||||
public delegate bool KeyReleasedHandler(Key key);
|
||||
}
|
||||
Reference in New Issue
Block a user