The GdkDeviceAxis structure contains information
about the range and mapping of a device axis.
GdkAxisUse use;
specifies how the axis is used.
gdouble min;
the minimal value that will be reported by this axis.
gdouble max;
the maximal value that will be reported by this axis.
The GdkDeviceAxis structure contains information about the range and mapping of a device axis. GdkAxisUse use; specifies how the axis is used. gdouble min; the minimal value that will be reported by this axis. gdouble max; the maximal value that will be reported by this axis.