|
SDL
2.0
|
#include <stdio.h>#include <wchar.h>#include <string.h>#include <stdlib.h>#include "hidapi.h"#include <windows.h>
Include dependency graph for hidtest.cpp:Go to the source code of this file.
Macros | |
| #define | MAX_STR 255 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define MAX_STR 255 |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 30 of file hidtest.cpp.
References hid_close(), hid_enumerate(), hid_error(), hid_exit(), hid_free_enumeration(), hid_get_feature_report(), hid_get_indexed_string(), hid_get_manufacturer_string(), hid_get_product_string(), hid_get_serial_number_string(), hid_init(), hid_open(), hid_read(), hid_send_feature_report(), hid_set_nonblocking(), hid_write(), i, hid_device_info::interface_number, hid_device_info::manufacturer_string, MAX_STR, memset, hid_device_info::next, NULL, hid_device_info::path, hid_device_info::product_id, hid_device_info::product_string, hid_device_info::release_number, hid_device_info::serial_number, and hid_device_info::vendor_id.