Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
mvwgetch ( win y x -- int )
Vocabulary
curses.ffi
Definition
USING:
alien.c-types
alien.syntax
;
IN:
curses.ffi
LIBRARY:
curses
FUNCTION:
int
mvwgetch
( WINDOW* win,
int
y,
int
x )
;
inline