mutter/clutter/evdev
Damien Lespiau bce4c87232 evdev: Don't oveflow when translating buttons to masks
An array is used to translate the button to its mask. Clutter defines
the masks for button 1 to 5 but we report BTN_LEFT..BTN_TASK ie
0x110..0x117. We need to pad the array for the translation not to access
random data for buttons between 0x115 and 0x117.
2010-11-30 14:40:38 +00:00
..
clutter-device-manager-evdev.c evdev: Don't oveflow when translating buttons to masks 2010-11-30 14:40:38 +00:00
clutter-device-manager-evdev.h evdev: Merge clutter-event-evdev.[ch] into the device manager 2010-11-30 14:40:38 +00:00
clutter-input-device-evdev.c evdev: First stab at an evdev backend 2010-11-30 14:40:37 +00:00
clutter-input-device-evdev.h evdev: First stab at an evdev backend 2010-11-30 14:40:37 +00:00
clutter-xkb-utils.c evdev: Fix the unicode_value for new ClutterEvents 2010-11-30 14:40:37 +00:00
clutter-xkb-utils.h evdev: Factor out the xkbcommon code from the wayland client backend 2010-11-30 14:40:37 +00:00