/usr/share/SuperCollider/HelpSource/Classes/HIDDeviceElement.schelp is in supercollider-common 1:3.6.3~repack-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | class:: HIDDeviceElement
summary:: stores information about a device
related:: Classes/HIDDeviceService, Classes/HIDDevice, Classes/LID, Classes/GeneralHID
categories:: External Control>HID
description::
Helper class for link::Classes/HIDDeviceService::.
A HIDDeviceElement's information consists out of:
the type, the usage, the cookie, the minimum and the maximum value.
The cookie is a number that can be used to identify an element of a device.
|