123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_input_flushkeys:
- =========
- FlushKeys
- =========
- FlushKeys -
- Description
- ===========
- .. code-block:: blitzmax
- FlushKeys()
- Flush key states and character queue.
- #FlushKeys resets the state of all keys to 'off', and resets the character queue
- used by #GetChar.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|