Changeset a8171b86 in mainline for uspace/lib/c/include/ipc/input.h


Ignore:
Timestamp:
2019-05-18T06:42:01Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Parents:
f9edc7b
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-05-16 09:48:08)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-05-18 06:42:01)
Message:

Implementing layout get

The command layout can now display the current active
keyboard layout. The service hid/input has been extended
for the IPC call INPUT_GET_LAYOUT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/input.h

    rf9edc7b ra8171b86  
    4040typedef enum {
    4141        INPUT_ACTIVATE = IPC_FIRST_USER_METHOD,
    42         INPUT_CHANGE_LAYOUT
     42        INPUT_CHANGE_LAYOUT,
     43        INPUT_GET_LAYOUT
    4344} input_request_t;
    4445
Note: See TracChangeset for help on using the changeset viewer.