gdkScreenGetMonitorAtPoint {RGtk2} | R Documentation |
Returns the monitor number in which the point (x
,y
) is located.
gdkScreenGetMonitorAtPoint(object, x, y)
|
[GdkScreen ] a GdkScreen . |
|
[integer] the x coordinate in the virtual screen. |
|
[integer] the y coordinate in the virtual screen. |
Since 2.2
[integer] the monitor number in which the point (x
,y
) lies, or
a monitor close to (x
,y
) if the point is not in any monitor.
Derived by RGtkGen from GTK+ documentation