1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_input_flushmouse:
- ==========
- FlushMouse
- ==========
- FlushMouse -
- Description
- ===========
- .. code-block:: blitzmax
- FlushMouse()
- Flush mouse button states
- #FlushMouse resets the state of all mouse buttons to 'off'.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|