slint/internal/backends/gl
Olivier Goffart b4bbe0b6df
Wasm: Hack to get input working despite composition (#1101)
Since we don't have yet support for IME in Slint, simulate that by inserting
the text anyway, and rollback using backspaces.
2022-03-24 21:08:44 +01:00
..
fonts Fix glyph embedding on Linux 2022-02-23 12:13:10 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Wasm GL backend: use a <input> element so it show the keyboard on mobile 2022-03-22 13:33:31 +01:00
event_loop.rs GL backend: don't force every window to be redrawn in case of animation 2022-03-23 17:43:48 +01:00
fonts.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glwindow.rs Fix the frame per second counter when using refresh_full_speed 2022-03-24 14:49:20 +01:00
images.rs Implement correct opacity for the GL backend 2022-03-18 16:35:26 +01:00
lib.rs janitor: Remove unnecessary clone 2022-03-24 09:10:29 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs Build the backends without rtti unless needed (#1001) 2022-03-01 18:37:07 +01:00
svg.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
wasm_input_helper.rs Wasm: Hack to get input working despite composition (#1101) 2022-03-24 21:08:44 +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.