client-toolkit
client-toolkit copied to clipboard
map_keyboard returns a "NoKeyboard" error despite the seat having one.
It expect the user to use the sctk but when they don't has_kbd is false which returns an error
let has_kbd = super::with_seat_data(seat, |data| data.has_keyboard).unwrap_or(false);