iPadOS not registering mouse position or move events to move pointer

For accessibility dev purposes, I am trying to move the iPadOS (17.4) pointer via virtual mouse and keyboard events generated via pynput. All keyboard keys, mouse click events, and scroll events are registered when relayed to the iPad and works as expected, except for mouse position and move events.

Is this something iPadOS blocks specifically or is there a work around?

Thanks in advance

<py>

iPadOS not registering mouse position or move events to move pointer
 
 
Q