Surface.getDevicePosition
bool getDevicePosition(gdk.device.Device device, out double x, out double y, out gdk.types.ModifierType mask)Obtains the current device position and modifier state.
The position is given in coordinates relative to the upper left corner of surface.
Parameters
device | pointer [gdk.device.Device] to query to |
x | return location for the X coordinate of device |
y | return location for the Y coordinate of device |
mask | return location for the modifier mask |
Returns
true if the device is over the surface