From 193cf5a4e5e8bf88a6103f1514e149236d7ef281 Mon Sep 17 00:00:00 2001 From: Khalid Date: Sat, 23 Mar 2024 23:31:14 +0300 Subject: [PATCH] add graphics tablet active area variables (#549) --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index aafc605..484585b 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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