No way to get position of a keyframe
Goal: I want visualize the length of keyframes in my editor. Originally I had hoped that I could simply set the length of each pip as part of the API, but that's not supported as far as I can tell.
As a secondary solution, I was just going to do it manually via the drawlist, but I realized there's no way to determine where keys are on the editor. ImGui.getCursorPos always returns the position of the timeline itself, not the keyframe.
EVEN IF the first part is added, there will still be plenty of situations where we might want to add markup/features to a specific key, I'd hope that either GetCursorPos could be supported, or failing that, some kind of neo-specific API could be added for getting the pos of the keyframes as they're added.