[−][src]Trait conrod_core::widget::list_select::Direction
A trait that extends the List
Direction
trait with behaviour necessary for the ListSelect
widget.
Implemented for the Down
, Right
, Up
, Left
types.
Required methods
fn key_direction(key: Key) -> Option<ListDirection>
Maps a given key
to a direction along the list.