mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00
Add a TouchArea builtin item (currently does nothing)
This commit is contained in:
parent
f27a715b30
commit
6b3765857a
7 changed files with 119 additions and 9 deletions
|
@ -27,6 +27,11 @@ using internal::Image;
|
|||
using internal::ImageVTable;
|
||||
using internal::Rectangle;
|
||||
using internal::RectangleVTable;
|
||||
using internal::Text;
|
||||
using internal::TextVTable;
|
||||
using internal::TouchArea;
|
||||
using internal::TouchAreaVTable;
|
||||
|
||||
|
||||
// the component has static lifetime so it does not need to be destroyed
|
||||
// FIXME: we probably need some kind of way to dinstinguish static component and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue