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:
Simon Hausmann 2021-01-22 14:16:22 +01:00
parent 86d40ad5e0
commit 2801e82658
9 changed files with 85 additions and 19 deletions

View file

@ -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>;