Key (gb.ncurses)
Этот класс статический.
Этот класс представлен как
только для чтения статический массив.
Константы
This is similar to the other key classes. It takes a character and returns what would be returned by, e.g.,
Window.WaitKey() if that character key was pressed on the keyboard. As that is just the ASCII code of that character, this is meant to be a cute alternative to
Asc(
Key).
If Window.WaitKey() = Key["q"] Then
Quit
Endif