Monado OpenXR Runtime
|
Implementation of the Vive Pro 2 HID interface. More...
Go to the source code of this file.
Macros | |
#define | VP2_VID 0x0bb4 |
#define | VP2_PID 0x0342 |
Functions | |
static void | vp2_resolution_get_extents (enum vp2_resolution res, int *out_w, int *out_h) |
int | vp2_hid_open (struct os_hid_device *hid_dev, struct vp2_hid **out_hid) |
enum vp2_resolution | vp2_get_resolution (struct vp2_hid *vp2) |
void | vp2_hid_destroy (struct vp2_hid *vp2) |
Implementation of the Vive Pro 2 HID interface.