Changeset 854eddd6 in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2011-06-14T21:40:28Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
662da50, e3a46c2
Parents:
ecb692a2
Message:

Route mouse input through input server. Remove device-handling code from
console server.

File:
1 edited

Legend:

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

    recb692a2 r854eddd6  
    4444
    4545typedef enum {
    46         INPUT_EVENT = IPC_FIRST_USER_METHOD
     46        INPUT_EVENT_KEY = IPC_FIRST_USER_METHOD,
     47        INPUT_EVENT_MOVE,
     48        INPUT_EVENT_BUTTON
    4749} input_notif_t;
    4850
Note: See TracChangeset for help on using the changeset viewer.