Skip to content

Commit ee90953

Browse files
committed
ConfigurationGuide: Note tablet rotation when getting digitizer top left
1 parent d95a98b commit ee90953

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

site/_wiki/Documentation/ConfigurationGuide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,13 @@ Verify that the top left of the tablet equals to `[0, 0]` or `[1, 1]`.
321321
Verify that the X and Y values increment monotonically. Critically, the value
322322
must never wrap around.
323323

324+
> If top left shows a different value from `[0, 0]` or `[1, 1]`, make sure you
325+
tablet isn't physically rotated.
326+
327+
> If it isn't rotated, and you aren't getting the above values, the parser is
328+
incorrect, or you are trying to support a tablet with origin not in the top
329+
left. We do not have good support for tablets with origin not in top left yet.
330+
324331
#### Pen maximum pressure {#validation-parser-pen-pressure}
325332

326333
Value must transition somewhat smoothly from around 0 to its maximum value.

0 commit comments

Comments
 (0)