SDL_GetTouchDeviceType - Get the type of the given touch device.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GetTouchDeviceType(3)
Function Parameters
touchID
the ID of a touch device.
Name
SDL_GetTouchDeviceType - Get the type of the given touch device.
Return Value
Returns touch device type.
Synopsis
#include<SDL3/SDL_touch.h>SDL_TouchDeviceTypeSDL_GetTouchDeviceType(SDL_TouchIDtouchID);
