slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 9ca87ab312 Simplify KeyEvent
Fold CharacterInput into KeyPressed/KeyReleased and store the "key" as a string.

Also, instead of exposing the KeyCode we're encoding special characters
into the string.
2021-01-22 10:15:05 +01:00
..
build.rs Fix wasm build 2021-01-14 08:53:13 +01:00
Cargo.toml Use lyon to convert to path to QPainterPath or femtovg::Path 2021-01-21 13:21:03 +01:00
key_generated.rs Fix warnings 2021-01-14 08:53:14 +01:00
lib.rs Split up ComponentWindow::run() into show(), hide() and sixtyfps::run_event_loop() 2021-01-19 09:50:22 +01:00
qt_window.rs Simplify KeyEvent 2021-01-22 10:15:05 +01:00
qttypes.rs Use text_size instead of text_width in FontMetrics 2021-01-19 10:17:12 +01:00
widgets.rs C++: Fix cbindgen so it can process callback with arguments 2021-01-20 10:25:15 +01:00