Skip to content

Commit

Permalink
add cursor:warp_back_after_non_mouse_input
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Dec 15, 2024
1 parent ee21a19 commit 4354336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4354336

Please sign in to comment.