Function screen_cursor

Source
pub fn screen_cursor<const N: usize>(
    list: [&dyn HasScreenCursor; N],
) -> Option<(u16, u16)>
Expand description

Returns the screen_cursor for the first widget that returns one.