Handbook
Glossary
gdk_display_get_pointer ( display screen x y mask -- )
Vocabulary
gdk2
.
ffi
Inputs
display
an
object
screen
an
object
x
an
object
y
an
object
mask
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_display_get_pointer
( GdkDisplay* display, GdkScreen* screen, gint* x, gint* y,
GdkModifierType* mask )