1Curses.wmvgetChar(3kaya) Kaya module reference Curses.wmvgetChar(3kaya)
2
3
4
6 Curses::wmvgetChar - Move and get a character in a window
7
9 Char wmvgetChar( Window w, Int y, Int x )
10
12 w The window to get from
13
14 y The new row position
15
16 x The new column position
17
19 Move the cursor to the new position and get a character from a particuā
20 lar window (and so refresh only that window instead of the whole
21 screen).
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 Curses.getChar (3kaya)
35 Curses.mvgetChar (3kaya)
36 Curses.ungetChar (3kaya)
37 Curses.wgetChar (3kaya)
38
39
40
41Kaya December 2010 Curses.wmvgetChar(3kaya)