From 13e19e2ccb99c4ebcf40cb6be086845057b00133 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 9 Dec 2023 04:08:22 +0000 Subject: [PATCH] add relative_input for tablets --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index e63030e..f0965c3 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -243,6 +243,7 @@ _Subcategory `input:tablet:`_ | output | the monitor to bind tablets. Empty means unset and will use the current / autodetected. | string | \[\[Empty\]\] | | region_position | position of the mapped region in monitor layout. | vec2 | [0, 0] | | 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 | ## Per-device input config