Changes in uspace/srv/hid/input/layout.h [b7fd2a0:8d2dd7f2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout.h
rb7fd2a0 r8d2dd7f2 51 51 /** Layout ops */ 52 52 typedef struct layout_ops { 53 errno_t (*create)(layout_t *);53 int (*create)(layout_t *); 54 54 void (*destroy)(layout_t *); 55 55 wchar_t (*parse_ev)(layout_t *, kbd_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.