Add a TouchArea builtin item (currently does nothing)

This commit is contained in:
Olivier Goffart 2020-05-20 09:32:01 +02:00
parent f27a715b30
commit 6b3765857a
7 changed files with 119 additions and 9 deletions

View file

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