Method
GtkGestureget_device
since: 3.14
Declaration [src]
GdkDevice*
gtk_gesture_get_device (
GtkGesture* gesture
)
Description [src]
Returns the master GdkDevice
that is currently operating
on gesture
, or NULL
if the gesture is not being interacted.
Available since: 3.14
Return value
Type: GdkDevice
A GdkDevice
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |