Document gdk_device_tool_get_axes

This commit is contained in:
Matthias Clasen 2020-07-28 21:58:06 -04:00
parent 2a92ee22da
commit fc47e79cb6

View File

@ -210,6 +210,14 @@ gdk_device_tool_get_tool_type (GdkDeviceTool *tool)
return tool->type;
}
/**
* gdk_device_tool_get_axes:
* @tool: a #GdkDeviceTool
*
* Gets the axes of the tool.
*
* Returns: the axes of @tool
*/
GdkAxisFlags
gdk_device_tool_get_axes (GdkDeviceTool *tool)
{