.. _SaveMousePos: SaveMousePos ============================================================================== Saves the position of the mouse cursor so it can be moved back later. **Syntax** :: **Parameters** None. **Remarks** The position gets saved automatically the first time you use MoveMouse or ClickMouse in a hotkey. You can override that automatic behavior, or substitute for it, with SaveMousePos. **Example** :: **Related topics** - :ref:`ClickMouse` - :ref:`MoveMouse` - :ref:`RestoreMousePos` - :ref:`SaveMousePos`