Skip to main content

is_axis_hovered_unchecked

Function is_axis_hovered_unchecked 

Source
pub unsafe fn is_axis_hovered_unchecked(axis: ImAxis) -> bool
Expand 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.