add graphics tablet active area variables (#549)

This commit is contained in:
Khalid 2024-03-23 23:31:14 +03:00 committed by GitHub
parent 49fa3af5cf
commit 193cf5a4e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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