namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard { /// /// The intention of the user when they finish the interaction with the keyboard. /// enum KeyboardResult { NotSet = 0, Accept = 1, Cancel = 2, } }