Skip to content

Add ClutterInputCapabilities enum and device property

Carlos Garnacho requested to merge wip/carlosg/device-capabilities into main

This flagset describes the capabilities of a device. This is taken from libinput in the native backend, and temporarily made to work on top of ClutterInputDeviceType for x11 and virtual devices.

The core pieces of per-device behavior have been ported to it, there's others left that are less crucial to port at once.

Merge request reports