mutter/clutter/wayland
Neil Roberts 13e3f9e5f1 Add an input device function to convert keycodes to evdev codes
This adds a virtual function to ClutterInputDevice to translate a
keycode from the hardware_keycode member of ClutterKeyEvent to an
evdev keycode. The function can fail so that input backends that don't
have a sensible way to translate to evdev keycodes can return FALSE.
There are implementations for evdev, wayland and X. The X
implementation assumes that the X server is using an evdev driver in
which case the hardware keycodes are the evdev codes plus 8.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
2012-03-01 11:41:51 +00:00
..
clutter-backend-wayland.c wayland: Save the output mode so that it can be used to fullscreen windows 2012-01-26 14:13:23 +00:00
clutter-backend-wayland.h wayland: Save the output mode so that it can be used to fullscreen windows 2012-01-26 14:13:23 +00:00
clutter-device-manager-wayland.c build: make internal option_xkb_* symbols static 2011-12-08 16:13:38 +00:00
clutter-device-manager-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-event-wayland.c wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-event-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-input-device-wayland.c Add an input device function to convert keycodes to evdev codes 2012-03-01 11:41:51 +00:00
clutter-input-device-wayland.h wayland: Updates client side wayland support 2011-12-08 16:13:37 +00:00
clutter-stage-wayland.c wayland: Add accessor API to permit access to underlying Wayland structures 2012-02-14 13:54:15 +00:00
clutter-stage-wayland.h wayland: Support setting fullscreen before the stage is realized 2012-01-26 14:14:13 +00:00
clutter-wayland-compositor.h Adds wayland-surface actor for wayland compositors 2011-12-08 16:13:37 +00:00
clutter-wayland-surface.c Updates in line with latest wayland protocol 2012-03-01 11:41:51 +00:00
clutter-wayland-surface.h wayland-surface: Adds queue-damage-redraw signal 2012-03-01 11:41:51 +00:00
clutter-wayland.h wayland: Add accessor API to permit access to underlying Wayland structures 2012-02-14 13:54:15 +00:00