Gdk.pointerIsGrabbed

Warning gdk_pointer_is_grabbed has been deprecated since version 3.0 and should not be used in newly-written code. Use gdk_display_device_is_grabbed() instead. 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.

class Gdk
static
int
pointerIsGrabbed
()

Return Value

Type: int

TRUE if the pointer is currently grabbed by this application.

Meta