Manually call Mouse X/Y actions from webflow code?

Hi,
I have created a “mouse mover over element” interaction that works fine and I am trying to add custom code to trigger the animation based on the devicemotion/orientation of a mobile phone.

How do I identify the code for mouse x/y actions in the interaction so I can call it using jQuery?

Thanks for your help!

John

You can try this, How to get mouse position in jQuery without mouse-events? - Stack Overflow

Thanks, will give it a shot!