keyboardUngrab

fnvoid keyboardUngrab(uint time)

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

Parameters

timea timestamp from a #GdkEvent, or [gdk.types.CURRENT_TIME] if no timestamp is available.

Deprecated

Use [gdk.device.Device.ungrab], together with [gdk.device.Device.grab]

instead.