Handbook
Glossary
XIQueryPointer ( display deviceid win root child root_x root_y win_x win_y buttons mods group -- Bool )
Vocabulary
x11
.
xinput2
.
ffi
Inputs
display
an
object
deviceid
an
object
win
an
object
root
an
object
child
an
object
root_x
an
object
root_y
an
object
win_x
an
object
win_y
an
object
buttons
an
object
mods
an
object
group
an
object
Outputs
Bool
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
x11.xlib
;
IN:
x11.xinput2.ffi
:
XIQueryPointer
( display deviceid win root child root_x root_y win_x win_y buttons mods group -- Bool )
\
Bool
"xinput2"
"XIQueryPointer"
{
pointer:
Display
int
Window
pointer:
Window
pointer:
Window
pointer:
double
pointer:
double
pointer:
double
pointer:
double
pointer:
XIButtonState
pointer:
XIModifierState
pointer:
XIGroupState
}
f
alien-invoke
awaken-event-loop
;