slint/internal/backends/winit
Florian Blasius 61c39b5fa1 Add support for dispatching key events through the public platform API
This change adds `KeyPress` and `KeyRelease` variants to the
`WindowEvent` enum, along with the new `slint::Key` enum, that allows
encoding keys.
2022-11-15 10:34:17 +01:00
..
LICENSES Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
renderer Always set Window.default-font-size 2022-11-03 17:15:44 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
Cargo.toml janitor: bump skia-safe version to 0.56.1 2022-11-15 10:11:01 +01:00
event_loop.rs Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
glcontext.rs Fix panic in online editor when resizing the preview widget 2022-09-20 10:12:39 +02:00
glwindow.rs Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
lib.rs Always set Window.default-font-size 2022-11-03 17:15:44 +01:00
README.md Rename the backend-gl crate into backend-winit 2022-07-26 17:43:51 +02:00
wasm_input_helper.rs Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01: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.