hid_open_path

@brief Open a HID device by its path name.

The path name be determined by calling hid_enumerate(), or a platform-specific path name can be used (eg: /dev/hidraw0 on Linux).

@ingroup API @param path The path name of the device to open

@returns This function returns a pointer to a #hid_device object on success or NULL on failure.

extern (C)
hid_open_path
(
const(char)* path
)

Meta