pub unsafe fn is_axis_hovered_unchecked(axis: ImAxis) -> boolExpand description
Check if a raw axis is hovered.
ยงSafety
axis must be a valid ImPlot ImAxis value for the current plot. Passing an
out-of-range value lets ImPlot index internal axis arrays out of bounds.