mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 10:57:12 +02:00
13 lines
No EOL
334 B
C#
13 lines
No EOL
334 B
C#
namespace Ryujinx.HLE.HOS.Applets
|
|
{
|
|
public struct SoftwareKeyboardUiArgs
|
|
{
|
|
public string HeaderText;
|
|
public string SubtitleText;
|
|
public string InitialText;
|
|
public string GuideText;
|
|
public string SubmitText;
|
|
public int StringLengthMin;
|
|
public int StringLengthMax;
|
|
}
|
|
} |