Changeset cd62879 in mainline for uspace/lib/ui/include/ui/menu.h


Ignore:
Timestamp:
2021-04-01T16:23:35Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
379cd75f
Parents:
bfb055b
Message:

Activate menu entry by clicking (instead of simple press)

This allows for visual feedback and also serves as the confirmation
of correctness/intent (same as with push button).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/menu.h

    rbfb055b rcd62879  
    5252extern errno_t ui_menu_paint(ui_menu_t *, gfx_coord2_t *);
    5353extern errno_t ui_menu_unpaint(ui_menu_t *);
    54 extern void ui_menu_press(ui_menu_t *, gfx_coord2_t *, gfx_coord2_t *);
     54extern ui_evclaim_t ui_menu_pos_event(ui_menu_t *, gfx_coord2_t *,
     55    pos_event_t *);
    5556
    5657#endif
Note: See TracChangeset for help on using the changeset viewer.