Gdk.pointerUngrab

Warning gdk_pointer_ungrab has been deprecated since version 3.0 and should not be used in newly-written code. Use gdk_device_ungrab(), together with gdk_device_grab() instead. Ungrabs the pointer on the default display, if it is grabbed by this application.

class Gdk
static
void
pointerUngrab
(
uint time
)

Parameters

time uint

a timestamp from a GdkEvent, or GDK_CURRENT_TIME if no timestamp is available.

Meta