Package: gdk

Function gdk:display-monitor-at-point

Lambda List

gdk:display-monitor-at-point (display x y)

Arguments

display -- a gdk:display object
x -- an integer for the x coordinate of the point
y -- an integer for the y coordinate of the point

Return Value

The gdk:monitor object containing the point (x,y).

Details

Gets the monitor in which the point (x,y) is located, or a nearby monitor if the point is not in any monitor.
 

See also

#2025-1-25