Changeset 88d828e in mainline for uspace/lib/c/include/io/kbd_event.h


Ignore:
Timestamp:
2022-11-09T16:44:28Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68704ab
Parents:
a6492460
git-author:
Jiri Svoboda <jiri@…> (2022-11-09 16:41:51)
git-committer:
Jiri Svoboda <jiri@…> (2022-11-09 16:44:28)
Message:

Keyboard events need device ID too + some DS multiseat work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/kbd_event.h

    ra6492460 r88d828e  
    11/*
    2  * Copyright (c) 2012 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939#include <inttypes.h>
    4040#include <io/keycode.h>
     41#include <types/common.h>
    4142
    4243typedef enum {
     
    4950        /** List handle */
    5051        link_t link;
     52
     53        /** Keyboard device ID */
     54        sysarg_t kbd_id;
    5155
    5256        /** Press or release event. */
Note: See TracChangeset for help on using the changeset viewer.