From 43543369a054a6e3af17ce74dbb9b7b734b0f2d3 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 15 Dec 2024 23:55:14 +0000 Subject: [PATCH] add cursor:warp_back_after_non_mouse_input --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 88e178e..a65f534 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -463,6 +463,7 @@ _Subcategory `group:groupbar:`_ | hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | false | | hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true | | use_cpu_buffer | Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. Experimental. | bool | false | +| warp_back_after_non_mouse_input | Warp the cursor back to where it was after using a non-mouse input to move it, and then returning back to mouse. | bool | false | ### Ecosystem