Skip to content

Commit

Permalink
add graphics tablet active area variables (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid151 authored Mar 23, 2024
1 parent 49fa3af commit 193cf5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ _Subcategory `input:tablet:`_
| region_size | size of the mapped region. When this variable is set, tablet input will be mapped to the region. [0, 0] or invalid size means unset. | vec2 | [0, 0] |
| relative_input | whether the input should be relative | bool | false |
| left_handed | if enabled, the tablet will be rotated 180 degrees | bool | false |
| active_area_size | size of tablet's active area in mm | vec2 | [0, 0] |
| active_area_position | position of the active area in mm | vec2 | [0, 0] |

### Per-device input config

Expand Down

0 comments on commit 193cf5a

Please sign in to comment.