table of contents
SDL_hid_device(3type) | SDL3 DATATYPES | SDL_hid_device(3type) |
NAME¶
SDL_hid_device - An opaque handle representing an open HID device.
SYNOPSIS¶
#include <SDL3/SDL_hidapi.h>
typedef struct SDL_hid_device SDL_hid_device;
AVAILABILITY¶
This struct is available since SDL 3.2.0.
SDL 3.2.14 | Simple Directmedia Layer |