namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard { /// /// Identifies the initial position of the cursor displayed in the area. /// enum InitialCursorPosition : uint { /// /// Position the cursor at the beginning of the text /// Start, /// /// Position the cursor at the end of the text /// End } }