Files
gtk/docs/reference/gdk
Carlos Garnacho 230ce9bfde gdk: Remove gdk_device_get_axes()
Besides the implicit x/y assumptions, devices don't have axes. Those
are actually provided by the GdkDeviceTool driving the device, and
different tools may have different axes.

It does not make sense to offer this API that can change beneath
someone's feet, we now have gdk_device_tool_get_axes() which is static
to the tool.
2020-07-29 01:27:51 +02:00
..
2018-01-04 15:26:52 -05:00
2020-02-23 01:59:26 +01:00
2020-04-06 16:32:03 -04:00
2020-06-05 20:59:51 -04:00