Function implot::get_plot_mouse_position[][src]

pub fn get_plot_mouse_position(
    y_axis_choice: Option<YAxisChoice>
) -> ImPlotPoint
Expand description

Returns the mouse position in x,y coordinates of the current or most recent plot, for the specified choice of Y axis. If None is the Y axis choice, that means the most recently selected Y axis is chosen.