Class to receive system parameters. More...
Properties | |
static string | Language [get] |
System language settings. | |
static GamePadButtonMeaning | GamePadButtonMeaning [get] |
Meanings of the circle and cross buttons. | |
static YesNoLayout | YesNoLayout [get] |
Yes and No positions of the message dialog. | |
static float | DisplayDpiX [get] |
Number of dots per inch of the display (X axis direction) | |
static float | DisplayDpiY [get] |
Number of dots per inch of the display (Y axis direction) |
Class to receive system parameters.
GamePadButtonMeaning GamePadButtonMeaning [static, get] |
Meanings of the circle and cross buttons.
The meanings of the circle and cross buttons differ by region. The meanings of the circle and cross buttons set to the system can be obtained by this property.
string Language [static, get] |
System language settings.
The possible values for this property are as follows.
To support new languages in the future, this range may expand and unknown values for applications may return. Even if this property is an unknown value for applications, describe them so that they will operate correctly.
YesNoLayout YesNoLayout [static, get] |
Yes and No positions of the message dialog.
Depending on the operational platform, positions of buttons meaning Yes and No differ. The natural layout of the operational platform can be obtained by this property.