mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
SwipeGestureRecognizer (#6005)
This commit is contained in:
parent
0feb674612
commit
5663ddd9cc
11 changed files with 535 additions and 23 deletions
|
@ -281,6 +281,7 @@ fn gen_corelib(
|
|||
"ClippedImage",
|
||||
"TouchArea",
|
||||
"FocusScope",
|
||||
"SwipeGestureRecognizer",
|
||||
"Flickable",
|
||||
"SimpleText",
|
||||
"ComplexText",
|
||||
|
@ -391,6 +392,7 @@ fn gen_corelib(
|
|||
"Coord",
|
||||
"LogicalRect",
|
||||
"LogicalPoint",
|
||||
"LogicalPosition",
|
||||
"LogicalLength",
|
||||
]
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue