Method

Gdk.PadEvent.get_axis_value

Declaration [src]

void
gdk_pad_event_get_axis_value (
  GdkEvent* event,
  guint* index,
  double* value
)

Description [src]

Extracts the information from a pad strip or ring event.

Parameters

index guint*
 

Return location for the axis index

 Direction: out
 Ownership of the data is transferred to the callee
value double*
 

Return location for the axis value

 Direction: out
 Ownership of the data is transferred to the callee