Ignore:
Timestamp:
2021-06-10T17:10:11Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af5d62eb
Parents:
90f1f19
Message:

Set cursor shape to I-beam when hovering over text entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/include/types/display/cursor.h

    r90f1f19 rdb3895d  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4747        dcurs_size_uldr,
    4848        /** Double arrow pointing up-right nad down-left */
    49         dcurs_size_urdl
     49        dcurs_size_urdl,
     50        /** I-beam (suggests editable text) */
     51        dcurs_ibeam
    5052} display_stock_cursor_t;
    5153
    5254enum {
    5355        /** Number of stock cursor types */
    54         dcurs_limit = dcurs_size_urdl + 1
     56        dcurs_limit = dcurs_ibeam + 1
    5557};
    5658
Note: See TracChangeset for help on using the changeset viewer.