How to know cursor position in full screen lv.page (micropython)

Bonjour ,
all in the title.
i have test indev.get_vect(vect) but it’s vector, so relative not absolut x,y
(‘drag me’ example)
and no example found.
Thank’s for help and Regards

OK with tpcal.py

    i=lv.indev_get_act()
    p = lv.point_t()
    i.get_point(p)
    print(p)
    print(p.x,p.y)