pub fn screen_cursor<const N: usize>( list: [&dyn HasScreenCursor; N], ) -> Option<(u16, u16)>
Evaluate the screen-cursor for a list of widgets.