pub fn screen_cursor<const N: usize>( list: [&dyn HasScreenCursor; N], ) -> Option<(u16, u16)>
Returns the screen_cursor for the first widget that returns one.