Function layout_2013::display_list::builder::get_cursor

source ยท
fn get_cursor(values: &ComputedValues, default_cursor: Cursor) -> Option<Cursor>
Expand description

Gets the cursor to use given the specific ComputedValues. default_cursor specifies the cursor to use if cursor is auto. Typically, this will be PointerCursor, but for text display items it may be TextCursor or VerticalTextCursor.