add cursor:warp_back_after_non_mouse_input

This commit is contained in:
Vaxry 2024-12-15 23:55:14 +00:00
parent ee21a1940e
commit 43543369a0

View file

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