1Curses.mvgetChar(3kaya)      Kaya module reference     Curses.mvgetChar(3kaya)
2
3
4

NAME

6       Curses::mvgetChar - Move and get a character
7

SYNOPSIS

9       Char mvgetChar( Int y, Int x )
10

ARGUMENTS

12       y New row position of cursor
13
14       x New column position of cursor
15

DESCRIPTION

17       Move the cursor to the given co-ordinates, and get the next input char‐
18       acter.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

25       The  Kaya  standard  library  is free software; you can redistribute it
26       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
27       License  (version  2.1  or  any later version) as published by the Free
28       Software Foundation.
29
31       Curses.getChar (3kaya)
32       Curses.wmvgetChar (3kaya)
33       Curses.ungetChar (3kaya)
34       Curses.wgetChar (3kaya)
35
36
37
38Kaya                             December 2010         Curses.mvgetChar(3kaya)
Impressum