Add seat wide slot to touch events
Since a Wayland compositor have to represent all touch devices of a seat
as one virtual device, lets make that easier by also providing seat wide
slots with touch events.
Seat wide slots may be accessed using
libinput_event_touch_get_seat_slot().
Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
Showing
- src/evdev.c 48 additions, 0 deletionssrc/evdev.c
- src/evdev.h 3 additions, 0 deletionssrc/evdev.h
- src/libinput-private.h 2 additions, 0 deletionssrc/libinput-private.h
- src/libinput.c 9 additions, 0 deletionssrc/libinput.c
- src/libinput.h 16 additions, 0 deletionssrc/libinput.h
- tools/event-debug.c 2 additions, 1 deletiontools/event-debug.c
Loading
Please register or sign in to comment