Function

Gdkpointer_ungrab

deprecated: 3.0 

Declaration [src]

void
gdk_pointer_ungrab (
  guint32 time_
)

Description [src]

Ungrabs the pointer on the default display, if it is grabbed by this application.

Deprecated since: 3.0

Use gdk_device_ungrab(), together with gdk_device_grab() instead.

Parameters

time_

Type: guint32

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