Searched refs:SDL_hid_device (Results 1 – 1 of 1) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_hidapi.h | 68 typedef struct SDL_hid_device_ SDL_hid_device; /**< opaque hidapi structure */ typedef 235 extern DECLSPEC SDL_hid_device * SDLCALL SDL_hid_open_path(const char *path, int bExclusive); 261 extern DECLSPEC int SDLCALL SDL_hid_write(SDL_hid_device *dev, const unsigned char *data, size_t le… 302 extern DECLSPEC int SDLCALL SDL_hid_read(SDL_hid_device *dev, unsigned char *data, size_t length); 320 extern DECLSPEC int SDLCALL SDL_hid_set_nonblocking(SDL_hid_device *dev, int nonblock); 344 extern DECLSPEC int SDLCALL SDL_hid_send_feature_report(SDL_hid_device *dev, const unsigned char *d… 366 extern DECLSPEC int SDLCALL SDL_hid_get_feature_report(SDL_hid_device *dev, unsigned char *data, si… 375 extern DECLSPEC void SDLCALL SDL_hid_close(SDL_hid_device *dev); 387 extern DECLSPEC int SDLCALL SDL_hid_get_manufacturer_string(SDL_hid_device *dev, wchar_t *string, s… 399 extern DECLSPEC int SDLCALL SDL_hid_get_product_string(SDL_hid_device *dev, wchar_t *string, size_t… [all …]
|
Completed in 5 milliseconds