Package: gdk

Function gdk-device-last-event-window

Lambda List

gdk-device-last-event-window (device)

Arguments

device -- a gdk-device object with a source other than :keyboard

Return Value

The last gdk-window object the device is in.

Details

Gets information about which window the given pointer device is in, based on events that have been received so far from the display server. If another application has a pointer grab, or this application has a grab with owner-events = false, nil may be returned even if the pointer is physically over one of this application's windows.
 

See also

2021-12-13