I need to get event trigger when user move the cursor of a graph to get its cursor position (e.g. X as time).
looking to the Event structure, Graph event only showing Value Changed. nothing else.
Our idea is to make another loop for only checking if the cursor position is changed and generate a user event accordingly.
I'm curious to know if there any better approach on how to triggers the user event based on graph cursor move event.
i.e. if we could grab the graph event via JavaScript and make it within JSLI? thus the code might will looks simpler 🤔