Method

GdkDevicelist_axes

since: 3.0

Declaration [src]

GList*
gdk_device_list_axes (
  GdkDevice* device
)

Description [src]

Returns a GList of GdkAtoms, containing the labels for the axes that device currently has.

Available since: 3.0

Return value

Type: A list of GdkAtom

A `GList` of `GdkAtoms`, free with g_list_free().
The caller of the method takes ownership of the returned data container, but not the data inside it.