Skip to content

Commit

Permalink
Add documentation for continious mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed May 8, 2023
1 parent f891b2c commit 87c49d0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Changes the tablet's pressure resolution and automatically draws a line when pre

**Line Offset:** The length in pixels to continue drawing after max pressure is reached.

**Pressure Deadzone:** Adds a pressure deadzone at the set pressure percent (match this value to your Tip Threshold in the Pen Settings tab).
**Pressure Deadzone:** Adds a pressure deadzone at the set pressure percent (match this value to your Tip Threshold in the Pen Settings tab).

**Continuous Mode:** Repeats the line drawing after applying the specified offsets and divisors.

**Continuous Mode X Offset:** The length in pixels to offset the line in the X axis every repeat.

**Continuous Mode Y Offset:** The length in pixels to offset the line in the Y axis every repeat.

**Continuous Mode Pressure Divisor:** The number to divide the pressure resolution by every repeat.

**Minimum Pressure Resolution:** The minimum pressure resolution to emulate.

0 comments on commit 87c49d0

Please sign in to comment.