Skip to content

MTY_GetPlatformNoWeb

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the current platform without considering MTY_OS_WEB.

uint32_t MTY_GetPlatformNoWeb(void);

Return value

uint32_t

Same as MTY_GetPlatform, but MTY_OS_WEB is not possible. Instead, libmatoya attempts to check the browser's environment for the actual current OS.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: System

Clone this wiki locally