Trait rich_sdl2_rust::window::HitTester
source · pub trait HitTester<'window>: FnMut(Point) -> HitTestResult + 'window { }Expand description
A callback to hit test with the mouse position.
pub trait HitTester<'window>: FnMut(Point) -> HitTestResult + 'window { }A callback to hit test with the mouse position.