Handbook
Glossary
XLookupString ( event_struct buffer_return bytes_buffer keysym_return status_in_out -- int )
Vocabulary
x11
.
xlib
Inputs
event_struct
an
object
buffer_return
an
object
bytes_buffer
an
object
keysym_return
an
object
status_in_out
an
object
Outputs
int
an
object
Definition
USING:
alien
alien.c-types
alien.syntax
x11.X
x11.io
;
IN:
x11.xlib
:
XLookupString
( event_struct buffer_return bytes_buffer keysym_return status_in_out -- int )
\
int
"xlib"
"XLookupString"
{
pointer:
XKeyEvent
pointer:
void
int
pointer:
KeySym
pointer:
XComposeStatus
}
f
alien-invoke
awaken-event-loop
;