mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 05:44:52 +00:00
Add a note about the mouse cursor limitiation in the software renderer
This commit is contained in:
parent
028903c2d3
commit
2d6a8b1545
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ This backend is still experimental. The backend has not undergone a great variet
|
|||
and there are [known issues](https://github.com/slint-ui/slint/labels/a%3Abackend-linuxkms).
|
||||
:::
|
||||
|
||||
:::{note}
|
||||
A mouse is supported as input device, but rendering of the mouse cursor only works with the Skia and FemtoVG renderers,
|
||||
not with the Slint software renderer.
|
||||
:::
|
||||
|
||||
## Display Selection with OpenGL or Skia Software
|
||||
|
||||
FemtoVG uses OpenGL, and Skia - unless Vulkan is enabled - uses OpenGL, too. Linux's direct rendering manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue