clean up indentation and spacing
[supercollider.git] / HelpSource / Classes / HIDDevice.schelp
blob5c6b116300c311ee22298ccc26493f93e956c462
1 class:: HIDDevice
2 summary:: stores information about a device and holds an array of HIDElements
3 related:: Classes/HIDDeviceService, Classes/LID, Classes/GeneralHID
4 categories:: External Control>HID
6 description::
8 Helper class for link::Classes/HIDDeviceService::.
10 A HIDDevice's information consists out of:
11 the manufacturer, the product, the usage, the vendorID, the productID and the locID.
12 The last three are used to identify the device. The vendorID and the productID are static for each device, the locID depends on the (usb) port the device is connected to.
14 InstanceMethods::
16 private::prAddElement