Function

Gdkpointer_is_grabbed

deprecated: 3.0 

Declaration [src]

gboolean
gdk_pointer_is_grabbed (
  void
)

Description [src]

Returns TRUE if the pointer on the default display is currently grabbed by this application.

Note that this does not take the inmplicit pointer grab on button presses into account.

Deprecated since: 3.0

Use gdk_display_device_is_grabbed() instead.

Return value

Type: gboolean

TRUE if the pointer is currently grabbed by this application.