gdkWindowGetPointer {RGtk2} | R Documentation |
Obtains the current pointer position and modifier state.
The position is given in coordinates relative to the upper left
corner of window
.
gdkWindowGetPointer(object)
|
[GdkWindow ] a GdkWindow |
A list containing the following elements:
retval |
[GdkWindow ] the window containing the pointer (as with
gdkWindowAtPointer ), or NULL if the window containing the
pointer isn't known to GDK |
|
[integer] return location for X coordinate of pointer or NULL to not
return the X coordinate |
|
[integer] return location for Y coordinate of pointer or NULL to not
return the Y coordinate |
|
[GdkModifierType ] return location for modifier mask or NULL to not return the
modifier mask |
Derived by RGtkGen from GTK+ documentation