About multi-touch support

Description

What MCU/Processor/Board and compiler are you using?

→ esp32s3 idf v5.0

What LVGL version are you using?

v8.3.0 via esp_lvgl_port component (IDF Component Registry)

What do you want to achieve?

I want to achieve multi-touch functionality, e.g when I press several buttons simultaneously I need an event to be triggered.

What have you tried so far?

→ I have tried looking for the multi-touch macro in the lvgl conf file and in the lv_port files but did not able to find any relevant configuration parameter.
→ I have also tried to search in the forum and in the porting guide but I did not find that either lvgl v8.3.0 supports multi-touch or does not support multi-touch?