GdkDeviceAxis

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.

Members

Variables

max
double max;
Undocumented in source.
min
double min;
Undocumented in source.
use
GdkAxisUse use;
Undocumented in source.

Meta