Absolute positioning for HID mouse with nRF52 and TinyUSB?

Hey guys,

So I am currently trying to get the nRF52840 Mini working with one of my project, but I have a big issue;

I need absolute mouse for it (move to a specific x and y point), and the only compatible USB library available (TinyUSB) only includes relative mouse (move mouse by x and y). I do have the same issue with the BLE library.

Does any of you know if there is a way to make the absolute mouse working on the nRF52840 Mini without having to rewrite the libraries (and change the HUB/BT report descriptors)?