How do we capture mouse events on iPadOS using Swift? EX: Mouse click, scroll, move[x,y position] ,etc..
I 've seen a plenty for macOS but not for iPadOS . Can some one please help throwing some light on how to capture mouse events on iPadOS devices ?The requirement is that I will have to connect mouse to an iPad over bluetooth and I should be able to programatically track the mouse movement, click events and scroll events.