table of contents
other versions
- experimental 3.5~git20260804~f661f37+ds-1
| SDL_IsUbuntuTouch(3) | SDL3 FUNCTIONS | SDL_IsUbuntuTouch(3) |
NAME¶
SDL_IsUbuntuTouch - Detect whether the current platform is Ubuntu Touch.
SYNOPSIS¶
#include <SDL3/SDL_system.h>
bool SDL_IsUbuntuTouch(void);
RETURN VALUE¶
Returns true if the platform is Ubuntu Touch; false otherwise.
AVAILABILITY¶
This function is available since SDL 3.6.0.
| SDL 3.5.0 | Simple Directmedia Layer |