☰
DDOCs
GID:GDK3
v0.9.13
/
gdk.display
/
Display.pointerUngrab
🔍
☾
Display.pointerUngrab
void pointerUngrab(uint time)
nothrow
Release any pointer grab.
Parameters
time
a timestap (e.g.
gdk.types.CURRENT_TIME
).
Deprecated
Use
gdk.device.Device.ungrab
, together with
gdk.device.Device.grab
instead.