keyboard_ungrab
Description:
public void keyboard_ungrab (
CanvasItem item,
uint32 time)
Ungrabs the keyboard, if the given item has the keyboard grab.
Parameters:
this |
a Canvas.
|
item |
the item that has the keyboard grab.
|
time |
the time of the event that lead to the keyboard ungrab. This should come from the relevant
Event.
|