This repository was archived by the owner on Dec 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
OpenTabletDriver.Web/Views/Wiki/Development Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 <code >uint</code >
122122 </td >
123123 <td class =" text-start" >
124- The maximum pressure reported by the pen in device pressure units.
125- This is used to calculate a percentage of pressure.
124+ The maximum pressure reported by the pen in device pressure units. This is used to calculate a
125+ percentage of pressure. If there are more than pens supported by this tablet, the pen with the
126+ highest pressure value is used.
126127 </td >
127128 </tr >
128129 <tr >
132133 </td >
133134 <td class =" text-start" >
134135 The amount of buttons on the pen. This does not include the eraser, as the eraser is just
135- reported as a flag for the device.
136+ reported as a flag for the device. If there are more than one pens supported by this tablet, use
137+ the number of buttons on the pen with the most.
136138 </td >
137139 </tr >
138140 </table >
288290 <code >Dictionary< ; byte, string> ; </code >
289291 </td >
290292 <td class =" text-start" >
291- A list of regular expressions for specific indexes of device strings contained within the device's
292- firmware. This is optional however is used commonly to improve detection precision. Device strings
293- can be retreived using the device string reader .
293+ A list of regular expressions to be matched against specific indexes of strings contained within the
294+ device's firmware. They can be retrieved via the device string reader. This is optional, however it is
295+ commonly used to improve detection precision .
294296 </td >
295297 </tr >
296298 <tr >
You can’t perform that action at this time.
0 commit comments