public uint32 time;
public double x;
public double y;
- public double axes;
+ [CCode (array_length = false)]
+ public weak double[] axes;
public Gdk.ModifierType state;
public uint button;
public weak Gdk.Device device;
public uint32 time;
public double x;
public double y;
- public double axes;
+ [CCode (array_length = false)]
+ public weak double[] axes;
public Gdk.ModifierType state;
public bool is_hint;
public weak Gdk.Device device;
gdk_gc_get_values.values is_out="1"
GdkEvent is_value_type="0"
GdkEvent* is_value_type="1" has_type_id="0"
+GdkEventButton.axes is_array="1"
GdkEventButton.state type_name="ModifierType"
GdkEventCrossing.state type_name="ModifierType"
GdkEventKey.state type_name="ModifierType"
+GdkEventMotion.axes is_array="1"
GdkEventMotion.is_hint type_name="bool"
GdkEventMotion.state type_name="ModifierType"
GdkEventProperty.state type_name="PropertyState"