pub trait MenuIndexFromScreenCoord {
    fn menu_index_from_screen_coord<'a, T: Copy>(
        &self,
        menu: &'a Menu<T>,
        coord: Coord
    ) -> Option<usize>; }

Required Methods§

Implementations on Foreign Types§

Implementors§