variables: add zoom_disable_aa

This commit is contained in:
Vaxry 2025-10-15 13:09:25 +01:00
parent 20e711c10a
commit 91187ece87
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -545,6 +545,7 @@ _Subcategory `cursor:`_
| 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. 0 - off, 1 - on, 2 - auto (nvidia only) | int | 2 |
| 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 |
| zoom_disable_aa | disable antialiasing when zooming, which means things will be pixelated instead of blurry | bool | false |
### Ecosystem