mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 04:38:30 +00:00
Get the correct USB VID/PID information for /dev/input/js* devices
This commit is contained in:
parent
bd92a95f22
commit
dc9de1e2bd
3 changed files with 103 additions and 44 deletions
|
@ -101,6 +101,7 @@ extern void SDL_UDEV_UnloadLibrary(void);
|
|||
extern int SDL_UDEV_LoadLibrary(void);
|
||||
extern void SDL_UDEV_Poll(void);
|
||||
extern void SDL_UDEV_Scan(void);
|
||||
extern SDL_bool SDL_UDEV_GetProductInfo(const char *device_path, Uint16 *vendor, Uint16 *product, Uint16 *version);
|
||||
extern int SDL_UDEV_AddCallback(SDL_UDEV_Callback cb);
|
||||
extern void SDL_UDEV_DelCallback(SDL_UDEV_Callback cb);
|
||||
extern const SDL_UDEV_Symbols *SDL_UDEV_GetUdevSyms(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue