< index
< 2. Console emulator
< 2.2 Drawing on the root console

=====================================
2.3 Handling keyboard input
=====================================

> 2.4 Using off-screen consoles

The keyboard handling functions allow you to get keyboard input from the user, either for turn by turn games (the function wait until the user press a key), or real time games (non blocking function).

2.3.1 Blocking keyboard input
2.3.2 Non-blocking keyboard input
2.3.3 Changing keyboard repeat delay
2.3.4 Keyboard event structure
2.3.5 Key codes
insert a comment