Package: gdk
Function gdk-device-position
Lambda Listgdk-device-position (device) ArgumentsReturn Value screen -- the gdk-screen object the device is on, or nil x -- an integer with the root window x coordinate of device, or nil y -- an integer with the root window y coordinate of device, or nil Details
Gets the current location of the device.
As a slave device coordinates are those of its master pointer. This function may not be called on devices of type :slave, unless there is an ongoing grab on them. See the gdk-device-grab function. | See also |
2021-12-13