[][src]Trait prototty_common::MenuIndexFromScreenCoord

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

Required methods

fn menu_index_from_screen_coord<'a, T: Copy>(
    &self,
    menu: &'a Menu<T>,
    coord: Coord
) -> Option<usize>

Loading content...

Implementations on Foreign Types

impl MenuIndexFromScreenCoord for ()[src]

Loading content...

Implementors

impl MenuIndexFromScreenCoord for DefaultMenuInstanceView[src]

Loading content...