Changeset 9db4079 in mainline for uspace/lib/libc/include/kbd/kbd.h
- Timestamp:
- 2009-04-05T09:27:12Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- cee8d3e
- Parents:
- b27eb71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/kbd/kbd.h
rb27eb71 r9db4079 36 36 #define LIBC_KBD_H_ 37 37 38 #include <sys/types.h> 39 38 40 typedef enum kbd_ev_type { 39 41 KE_PRESS, … … 53 55 54 56 /** The character that was generated or '\0' for none. */ 55 charc;57 wchar_t c; 56 58 } kbd_event_t; 57 59
Note:
See TracChangeset
for help on using the changeset viewer.