Changeset 5d9403d5 in mainline for uspace/app/taskbar/types/tbsmenu.h


Ignore:
Timestamp:
2023-10-13T20:27:14Z (14 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7aa9fa1b
Parents:
788c76e3
Message:

Open start menu using Enter, fix input device ID

Pressing Enter opens start menu, but only if it is focused.
Need to fix input device ID so that the menu is opened in the
correct seat, both in case of clicking and in case a key is
pressed to open the menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar/types/tbsmenu.h

    r788c76e3 r5d9403d5  
    8080        list_t entries;
    8181
    82         // TODO libstartmenu instance
    83 
    84         /** Position ID of last position event */
    85         sysarg_t ev_pos_id;
     82        /** Device ID of last input event */
     83        sysarg_t ev_idev_id;
    8684} tbsmenu_t;
    8785
Note: See TracChangeset for help on using the changeset viewer.