gdkDisplayGetPointer {RGtk2} | R Documentation |
Gets the current location of the pointer and the current modifier mask for a given display.
gdkDisplayGetPointer(object)
|
[GdkDisplay ] a GdkDisplay |
Since 2.2
A list containing the following elements:
|
[GdkScreen ] location to store the screen that the
cursor is on, or NULL . |
|
[integer] location to store root window X coordinate of pointer, or NULL . |
|
[integer] location to store root window Y coordinate of pointer, or NULL . |
|
[GdkModifierType ] location to store current modifier mask, or NULL |
Derived by RGtkGen from GTK+ documentation