Ignore:
File:
1 edited

Legend:

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

    r4805495 r28a5ebd  
    5050        errno_t (*active)(input_t *);
    5151        errno_t (*deactive)(input_t *);
    52         errno_t (*key)(input_t *, kbd_event_type_t, keycode_t, keymod_t, wchar_t);
     52        errno_t (*key)(input_t *, kbd_event_type_t, keycode_t, keymod_t, char32_t);
    5353        errno_t (*move)(input_t *, int, int);
    5454        errno_t (*abs_move)(input_t *, unsigned, unsigned, unsigned, unsigned);
Note: See TracChangeset for help on using the changeset viewer.