]> Pileus Git - ~andy/gtk/commit
wayland: Initial version of keyboard key event handling
authorJosé Dapena Paz <jdapena@igalia.com>
Mon, 16 Jul 2012 19:08:20 +0000 (20:08 +0100)
committerRob Bradford <rob@linux.intel.com>
Mon, 16 Jul 2012 19:11:41 +0000 (20:11 +0100)
commit33e928e472abf3d393ddb65d92b0cebc508df4c2
treeb025857b2ff20bb81a9f65f65d8c8d385ab53261
parentd2c66e5afd72de279313ffb79952dd89889a7fe4
wayland: Initial version of keyboard key event handling

Review comment: I think the implementation of the vfuncs in gdkkeys-wayland.c
depend on that we're using the keysysm as the hardware keycode. I think that
needs to be evaluated for the future. But for now this patch gives reasonably
complete keyboard input.

Signed-off-by: Rob Bradford <rob@linux.intel.com>
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkkeys-wayland.c