|
|
@@ -83,8 +83,7 @@ public: |
|
|
|
*/
|
|
|
|
static String getOperatingSystemName();
|
|
|
|
|
|
|
|
/** Returns true if the OS is 64-bit, or false for a 32-bit OS.
|
|
|
|
*/
|
|
|
|
/** Returns true if the OS is 64-bit, or false for a 32-bit OS. */
|
|
|
|
static bool isOperatingSystem64Bit();
|
|
|
|
|
|
|
|
/** Returns an environment variable.
|
|
|
@@ -122,6 +121,12 @@ public: |
|
|
|
*/
|
|
|
|
static String getDisplayLanguage();
|
|
|
|
|
|
|
|
/** This will attempt to return some kind of string describing the device.
|
|
|
|
If no description is available, it'll just return an empty string. You may
|
|
|
|
want to use this for things like determining the type of phone/iPad, etc.
|
|
|
|
*/
|
|
|
|
static String getDeviceDescription();
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
// CPU and memory information..
|
|
|
|
|
|
|
|