123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_input_waitchar:
- ========
- WaitChar
- ========
- WaitChar -
- Description
- ===========
- .. code-block:: blitzmax
- WaitChar()
- Wait for a key press
- #WaitChar suspends program execution until a character is available from #GetChar. This
- character is then returned to the application.
- Parameters
- ==========
- Return Values
- =============
- The character code of the pressed key
- Examples
- ========
- See Also
- ========
|