1CursesW.noDelay(3kaya) Kaya module reference CursesW.noDelay(3kaya)
2
3
4
6 CursesW::noDelay - Enable non-blocking input
7
9 Void noDelay( Window win, Bool bf )
10
12 win The window to apply to
13
14 bf Whether CursesW.wgetch (3kaya) will wait for input.
15
17 Enable or disable non-blocking input. If this is enabled and no input
18 is waiting, then CursesW.getch (3kaya) will return ERR (probably -1).
19 If it is disabled, then getch will wait for input. This function does
20 nothing on Windows
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 CursesW.halfDelay (3kaya)
34
35
36
37Kaya December 2010 CursesW.noDelay(3kaya)