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

@ -7,6 +7,12 @@ component TwoRectangle = Rectangle {
width: 25;
height: 25;
color: red;
my_area = TouchArea {
width: 25;
height: 25;
}
}
}