So it seams axes of length 7 is correct, i.e. GdkAxisUse has that
length. However I don't see why we even need a FIXED-ARRAY there
when there GDK functions to retrieve the respective axis anyway.
(time :uint32)
(x :double)
(y :double)
- (axes (fixed-array :double 2))
+ (axes (fixed-array :double 7))
(state :uint)
(button :uint)
(device (g-object gdk-device))
(time :uint32)
(x :double)
(y :double)
- (axes (fixed-array :double 2))
+ (axes (fixed-array :double 7))
(state modifier-type)
(is-hint :int16)
(device (g-object gdk-device))