Obtains the current pointer position and modifier state.
Use gdk_window_get_device_position instead.
The position is given in coordinates relative to the upper left corner of this.
| this |
a Window |
| x |
return location for X coordinate of pointer or null to not return the X coordinate |
| y |
return location for Y coordinate of pointer or null to not return the Y coordinate |
| mask |
return location for modifier mask or null to not return the modifier mask |
|
the window containing the pointer (as with at_pointer), or null if the window containing the pointer isn’t known to GDK |