|
@@ -105,6 +105,7 @@ extern bool SDL_UDEV_LoadLibrary(void);
|
|
|
extern void SDL_UDEV_Poll(void);
|
|
extern void SDL_UDEV_Poll(void);
|
|
|
extern bool SDL_UDEV_Scan(void);
|
|
extern bool SDL_UDEV_Scan(void);
|
|
|
extern bool SDL_UDEV_GetProductInfo(const char *device_path, struct input_id *inpid, int *class, char **driver);
|
|
extern bool SDL_UDEV_GetProductInfo(const char *device_path, struct input_id *inpid, int *class, char **driver);
|
|
|
|
|
+extern bool SDL_UDEV_GetProductSerial(const char *device_path, const char **serial);
|
|
|
extern bool SDL_UDEV_AddCallback(SDL_UDEV_Callback cb);
|
|
extern bool SDL_UDEV_AddCallback(SDL_UDEV_Callback cb);
|
|
|
extern void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb);
|
|
extern void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb);
|
|
|
extern const SDL_UDEV_Symbols *SDL_UDEV_GetUdevSyms(void);
|
|
extern const SDL_UDEV_Symbols *SDL_UDEV_GetUdevSyms(void);
|