RE: [PATCH 2/3 wayland-fits] core: Add a wrapper for the keyboard

2013-09-25 Thread Eoff, Ullysses A
2013 11:07 AM > To: wayland-devel@lists.freedesktop.org > Subject: [PATCH 2/3 wayland-fits] core: Add a wrapper for the keyboard > > This adds a wrapper for a wl_keyboard in a similar way to the pointer > wrapper. It keeps track of the keys that are pressed so that they can > be quickly v

[PATCH 2/3 wayland-fits] core: Add a wrapper for the keyboard

2013-09-25 Thread Neil Roberts
This adds a wrapper for a wl_keyboard in a similar way to the pointer wrapper. It keeps track of the keys that are pressed so that they can be quickly verified. wayland-fits now depends on libxkbcommon so that the keyboard wrapper can pass the keymap to it and get the modifier indices. --- configu