forked from AuroraMiddleware/gtk
gdk: Drop gdk_device_get_axis_value leftovers
This commit is contained in:
parent
2cc39fe282
commit
7c1cf7781b
@ -381,7 +381,6 @@ gdk_device_get_surface_at_position
|
|||||||
GdkTimeCoord
|
GdkTimeCoord
|
||||||
gdk_device_get_axis
|
gdk_device_get_axis
|
||||||
gdk_device_get_axis_names
|
gdk_device_get_axis_names
|
||||||
gdk_device_get_axis_value
|
|
||||||
gdk_device_get_last_event_surface
|
gdk_device_get_last_event_surface
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
|
@ -130,11 +130,6 @@ GdkSurface * gdk_device_get_surface_at_position (GdkDevice *device,
|
|||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
gint gdk_device_get_n_axes (GdkDevice *device);
|
gint gdk_device_get_n_axes (GdkDevice *device);
|
||||||
GDK_AVAILABLE_IN_ALL
|
|
||||||
gboolean gdk_device_get_axis_value (GdkDevice *device,
|
|
||||||
gdouble *axes,
|
|
||||||
gdouble *value);
|
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
gboolean gdk_device_get_axis (GdkDevice *device,
|
gboolean gdk_device_get_axis (GdkDevice *device,
|
||||||
gdouble *axes,
|
gdouble *axes,
|
||||||
|
Loading…
Reference in New Issue
Block a user