Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 05709b6

Browse files
committed
Improve configurations documentation readability.
1 parent 71b1745 commit 05709b6

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

OpenTabletDriver.Web/Views/Wiki/Development/Configurations.cshtml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@
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>
@@ -132,7 +133,8 @@
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>
@@ -288,9 +290,9 @@
288290
<code>Dictionary&lt;byte, string&gt;</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>

0 commit comments

Comments
 (0)