slint/api/cpp/tests
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
..
datastructures.cpp Port the C++ generator and C++ API to the new window ownership model 2022-08-19 15:07:27 +02:00
eventloop.cpp Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
interpreter.cpp Add support for dispatching key events through the public platform API 2022-11-15 10:34:17 +01:00
models.cpp Add a C++ Sort Model class (#1688) 2022-09-28 10:03:05 +02:00
properties.cpp Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
test.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
window.cpp Add is_visible to NodeJS and C++ Window types (#1816) 2022-11-04 16:24:24 +01:00