slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann c62b0e5316 Fix copy & paste with the GL backend
We rely on ReceivedCharacter to send the event to the item for
combinations like Ctrl+C, instead of the single KeyEvent from winit. We
use the latter only for special key codes.
2021-01-22 15:18:38 +01:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Use lyon to convert to path to QPainterPath or femtovg::Path 2021-01-21 13:21:03 +01:00
eventloop.rs Fix copy & paste with the GL backend 2021-01-22 15:18:38 +01:00
fonts_fontdb.rs Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
fonts_wasm.rs Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
graphics_window.rs Fix custom scale factor in the GL backend 2021-01-19 09:57:00 +01:00
lib.rs Use lyon to convert to path to QPainterPath or femtovg::Path 2021-01-21 13:21:03 +01:00