mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
add graphics tablet active area variables (#549)
This commit is contained in:
parent
49fa3af5cf
commit
193cf5a4e5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue