mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
|
||||
{
|
||||
/// <summary>
|
||||
/// The intention of the user when they finish the interaction with the keyboard.
|
||||
/// </summary>
|
||||
enum KeyboardResult
|
||||
{
|
||||
NotSet = 0,
|
||||
Accept = 1,
|
||||
Cancel = 2,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user