Skip to content

Commit 1b62e71

Browse files
committed
Rename 'Horizontal Resolution' (and vertical) to 'MaxX'
This should reduce confusion as to what we mean
1 parent 791bce9 commit 1b62e71

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

site/_wiki/Development/Configurations.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ accurately handle the data the tablet device outputs.
1919

2020
### Digitizer
2121

22-
This refers to the graphics tablet's digitizer, which provides coordinates of where the tool is positioned. This is
23-
always required for the device to function.
24-
25-
| Property Name | Value Type | Units | Description |
26-
| :-------------------: | :--------: | :----------: | :---------- |
27-
| Width | `double` | mm | The physical width of the digitizer in millimeters
28-
| Height | `double` | mm | The physical height of the digitizer in millimeters
29-
| Horizontal Resolution | `double` | Device Units | The horizontal resolution of the digitizer in device units
30-
| Vertical Resolution | `double` | Device Units | The vertical resolution of the digitizer in device units
22+
This refers to the graphics tablet's digitizer, which provides coordinates of where the tool is positioned.
23+
This is always required for the device to function.
24+
25+
| Property Name | Value Type | Units | Description |
26+
| :-----------: | :--------: | :----------: | :---------- |
27+
| Width | `double` | mm | The physical width of the digitizer in millimeters
28+
| Height | `double` | mm | The physical height of the digitizer in millimeters
29+
| `MaxX` | `double` | Device Units | The horizontal resolution of the digitizer in device units
30+
| `MaxY` | `double` | Device Units | The vertical resolution of the digitizer in device units
3131
{: .table .table-dark }
3232

3333
### Pen

0 commit comments

Comments
 (0)