Handbook
Glossary
gdk_window_get_pointer ( window x y mask -- GdkWindow* )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
x
an
object
y
an
object
mask
an
object
Outputs
GdkWindow*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
GdkWindow*
gdk_window_get_pointer
( GdkWindow* window, gint* x, gint* y, GdkModifierType* mask
)