func_input_flushkeys.rst 381 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_input_flushkeys:
  2. =========
  3. FlushKeys
  4. =========
  5. FlushKeys -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. FlushKeys()
  10. Flush key states and character queue.
  11. #FlushKeys resets the state of all keys to 'off', and resets the character queue
  12. used by #GetChar.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========