Get a short name for the current device.
Defined in <SDL3/SDL_system.h>
const char* SDL_GetDeviceFormFactorName(SDL_FormFactor form_factor);| SDL_FormFactor | form_factor | the form factor to query. |
(const char *) Returns a human-readable name for the given form factor, or "SDL_FORMFACTOR_UNKNOWN" if the form factor isn't recognized.
The name will be in English.
This function is available since SDL 3.6.0.