How to implement drag of lvgl objects in squareline

What do you want to achieve?

How to implement drag of lvgl objects in squareline.
[Examples — LVGL documentation]
Make an object draggable:(Examples — LVGL documentation)

What have you tried so far?

Screenshot or video

Others

  • **SquareLine Studio version:v8.3.6
  • **Operating system:rt-thread
  • **Target hardware:stm32f407zgt6

Kind of duplicate for The keyboard plug-in for lvgl moves in any position on the screen - #2 by Hermit
The linked LVGL example shows a relative indev vector based solution, but it can de done with absolute indev coordinates as mentioned in the other topic.