public int num_keys;
public Gdk.InputSource source;
public static void free_history (Gdk.TimeCoord[] events);
- public bool get_axis (double axes, Gdk.AxisUse use, double value);
+ public bool get_axis ([CCode (array_length = false)] double[] axes, Gdk.AxisUse use, out double value);
public static unowned Gdk.Device get_core_pointer ();
public bool get_history (Gdk.Window window, uint32 start, uint32 stop, Gdk.TimeCoord[] events);
public void get_state (Gdk.Window window, double axes, Gdk.ModifierType mask);
GdkDestroyNotify has_target="0"
GdkDevice.axes is_array="1"
GdkDevice.keys is_array="1"
+gdk_device_get_axis.axes is_array="1" no_array_length="1"
+gdk_device_get_axis.value is_out="1"
GdkDeviceAxis is_value_type="1"
GdkDeviceClass hidden="1"
GdkDeviceKey is_value_type="1"