namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard { /// /// Identifies the display mode of text in a password field. /// enum PasswordMode : uint { /// /// Display input characters. /// Disabled, /// /// Hide input characters. /// Enabled } }