Scroll to navigation

SDL_WinRTGetDeviceFamily(3) SDL3 FUNCTIONS SDL_WinRTGetDeviceFamily(3)

NAME

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

SYNOPSIS

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

RETURN VALUE

Returns a value from the SDL_WinRT_DeviceFamily

enum.

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL