evdev: Apply calibration values to absolute events
[platform/upstream/libinput.git] / src / evdev.h
index 85c4739..a90f90c 100644 (file)
@@ -56,6 +56,9 @@ struct evdev_device {
        struct {
                int min_x, max_x, min_y, max_y;
                int32_t x, y;
+
+               int apply_calibration;
+               float calibration[6];
        } abs;
 
        struct {