func_input_waitchar.rst 423 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_input_waitchar:
  2. ========
  3. WaitChar
  4. ========
  5. WaitChar -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WaitChar()
  10. Wait for a key press
  11. #WaitChar suspends program execution until a character is available from #GetChar. This
  12. character is then returned to the application.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. The character code of the pressed key
  18. Examples
  19. ========
  20. See Also
  21. ========