Skip to content

hid device info usage_page

Chris Petersen edited this page Mar 4, 2016 · 1 revision

This returns the usage page from the specified HID device enumeration.

Parameter Description
ptr Enumeration pointer

Example

> (define e (hid-enumerate 0 0))
> (hid-device-info->usage_page e)
12
Clone this wiki locally