Method
ClutterEventget_pad_details
Declaration [src]
gboolean
clutter_event_get_pad_details (
const ClutterEvent* event,
guint* number,
guint* mode,
ClutterInputDevicePadSource* source,
gdouble* value
)
Parameters
number-
Type:
guint*Ring/strip/button number.
The argument will be set by the function. The argument can be NULL. mode-
Type:
guint*Pad mode as per the event.
The argument will be set by the function. The argument can be NULL. source-
Type:
ClutterInputDevicePadSourceSource of the event.
The argument will be set by the function. The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it. value-
Type:
gdouble*Event axis value.
The argument will be set by the function. The argument can be NULL.