Changeset 61bf9dd9 in mainline for uspace/lib/ui/private/entry.h
- Timestamp:
- 2021-06-30T16:48:54Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d63623f
- Parents:
- 5d1ff11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/entry.h
r5d1ff11 r61bf9dd9 58 58 /** Text */ 59 59 char *text; 60 /** Cursor position in the text (offset in bytes) */ 61 unsigned pos; 60 62 /** Pointer is currently inside */ 61 63 bool pointer_inside; … … 65 67 66 68 extern errno_t ui_entry_insert_str(ui_entry_t *, const char *); 67 extern void ui_entry_backspace(ui_entry_t *);68 69 extern ui_evclaim_t ui_entry_key_press_unmod(ui_entry_t *, kbd_event_t *); 69 70 extern void ui_entry_activate(ui_entry_t *);
Note:
See TracChangeset
for help on using the changeset viewer.