# SDL_IsUbuntuTouch Detect whether the current platform is Ubuntu Touch. ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h) ## Syntax ```c bool SDL_IsUbuntuTouch(void); ``` ## Return Value (bool) Returns true if the platform is Ubuntu Touch; false otherwise. ## Version This function is available since SDL 3.6.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIFunction](CategoryAPIFunction), [CategorySystem](CategorySystem)