slint/internal/backends/linuxkms
Simon Hausmann 1c37a7ed60 linuxkms: Prospective fix for touch input when SLINT_SCALE_FACTOR is set
When supplying logical touch coordinates to the slint::Window, scale
them to the logical screen size, not the physical one.
2023-10-09 16:47:37 +02:00
..
calloop_backend linuxkms: Prospective fix for touch input when SLINT_SCALE_FACTOR is set 2023-10-09 16:47:37 +02:00
display Simplify filter/map expression 2023-10-07 11:26:17 +02:00
LICENSES Update license symlinks 2023-08-16 11:46:15 +02:00
renderer Make sure PLatformError is Send+Sync as it is needed for anyhow 2023-08-31 20:52:10 +02:00
calloop_backend.rs linuxkms: update dependencies 2023-08-28 12:04:34 +02:00
Cargo.toml Fix build of linuxkms backend on Yocto 2023-10-04 22:17:02 +02:00
fullscreenwindowadapter.rs Backends: don't resize the WindowItem in set_visible 2023-08-24 13:15:28 +02:00
lib.rs Make sure PLatformError is Send+Sync as it is needed for anyhow 2023-08-31 20:52:10 +02:00
mouse-pointer.svg linuxkms: Tweak mouse cursor appearance 2023-07-31 20:11:15 +02:00
noop_backend.rs Add basic support for libseat 2023-07-28 13:40:37 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.