Scroll to navigation

SDL_GetWinRTDeviceFamily(3) SDL3 FUNCTIONS SDL_GetWinRTDeviceFamily(3)

NAME

SDL_GetWinRTDeviceFamily - Detects the device family of WinRT platform at runtime.

HEADER FILE

Defined in SDL3/SDL_system.h

SYNOPSIS

#include "SDL3/SDL.h"
SDL_WinRT_DeviceFamily SDL_GetWinRTDeviceFamily();

RETURN VALUE

( SDL_WinRT_DeviceFamily ) Returns a value from the

SDL_WinRT_DeviceFamily
enum.

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.2 Simple Directmedia Layer