Gdk.pointerIsGrabbed

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.

More...
struct Gdk
static
bool
pointerIsGrabbed
()

Return Value

Type: bool

%TRUE if the pointer is currently grabbed by this application.

Detailed Description

Deprecated: Use gdk_display_device_is_grabbed() instead.

Meta