wlt: toolkit: add keyboard events
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 22:43:23 +0000 (00:43 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 22:44:44 +0000 (00:44 +0200)
commit6ef6ab7aeb103ad25e28c4830b63654d75b67519
tree404812735679f77dec791d427a4984b6a7aad73f
parentd56f811de7992765b006783ed33651a2fff3fbc6
wlt: toolkit: add keyboard events

This implements the wl_keyboard client-side of the wayland protocol and
takes care of pushing keyboard events to the correct window.

A new callback is added to all widgets which is called when keyboard input
is sent to the specific window.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/wlt_toolkit.c
src/wlt_toolkit.h