mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Changed the KeyEvent in .60 to be an object
This exposes the text as well as the keyboard modifiers and is a little more extensible.
This commit is contained in:
parent
86d40ad5e0
commit
2801e82658
9 changed files with 85 additions and 19 deletions
|
@ -74,6 +74,8 @@ using cbindgen_private::TextHorizontalAlignment;
|
|||
using cbindgen_private::TextVerticalAlignment;
|
||||
using cbindgen_private::TraversalOrder;
|
||||
using cbindgen_private::ImageFit;
|
||||
using cbindgen_private::KeyEvent;
|
||||
using cbindgen_private::KeyboardModifiers;
|
||||
|
||||
namespace private_api {
|
||||
using ItemTreeNode = cbindgen_private::ItemTreeNode<uint8_t>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue