Handbook
Glossary
lookup-string ( event xic -- string keysym )
Vocabulary
x11
.
xim
Inputs
event
an
object
xic
an
object
Outputs
string
an
object
keysym
an
object
Definition
USING:
alien.c-types
alien.data
io.encodings.string
io.encodings.utf8
kernel
sequences
x11.X
x11.xlib
;
IN:
x11.xim
:
lookup-string
( event xic -- string keysym )
swap
buf
buf-size
{
KeySym
}
[
0
int
<ref>
Xutf8LookupString
buf
swap
head
utf8
decode
]
with-out-parameters
;