###### (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!) # SDL_WinRT_DeviceFamily WinRT Device Family ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h) ## Syntax ```c typedef enum SDL_WinRT_DeviceFamily { /** Unknown family */ SDL_WINRT_DEVICEFAMILY_UNKNOWN, /** Desktop family*/ SDL_WINRT_DEVICEFAMILY_DESKTOP, /** Mobile family (for example smartphone) */ SDL_WINRT_DEVICEFAMILY_MOBILE, /** XBox family */ SDL_WINRT_DEVICEFAMILY_XBOX, } SDL_WinRT_DeviceFamily; ``` ## Version This enum is available since SDL 3.0.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIEnum](CategoryAPIEnum)