#include <cstdint>Contains platform id constants.
Go to the source code of this file.
Variables | |
| constexpr int32_t | PLATFORM_UNKNOWN |
| The operating system is unknown. | |
| constexpr int32_t | PLATFORM_WIN32S |
| The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide access to 32-bit applications. | |
| constexpr int32_t | PLATFORM_WIN32_WINDOWS |
| The operating system is Windows 95 or Windows 98. | |
| constexpr int32_t | PLATFORM_WIN32_NT |
| The operating system is Windows NT or later. | |
| constexpr int32_t | PLATFORM_WIN_CE |
| The operating system is Windows CE. | |
| constexpr int32_t | PLATFORM_UNIX |
| The operating system is Unix. | |
| constexpr int32_t | PLATFORM_WBOX |
| The development platform is Xbox 360. | |
| constexpr int32_t | PLATFORM_MACOS |
| The operating system is Macintosh. | |
| constexpr int32_t | PLATFORM_IOS |
| The operating system is IOs Apple. | |
| constexpr int32_t | PLATFORM_ANDROID |
| The operating system is Android. | |
| constexpr int32_t | PLATFORM_LINUX |
| The operating system is linux. | |
| constexpr int32_t | PLATFORM_TVOS |
| The operating system is tvOS Apple. | |
| constexpr int32_t | PLATFORM_WATCHOS |
| The operating system is watchOS Apple. | |
| constexpr int32_t | PLATFORM_FREEBSD |
| The operating system is FreeBSD. | |
| constexpr int32_t | PLATFORM_MINGW |
| The operating system is MINGW. | |
| constexpr int32_t | PLATFORM_MSYS |
| The operating system is MSYS. | |
| constexpr int32_t | PLATFORM_POSIX |
| The operating system is Posix. | |
| constexpr int32_t | PLATFORM_OTHER |
| The operating system is other. | |