Scroll to navigation

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