.. _RestoreMousePos: RestoreMousePos ============================================================================== Moves the mouse cursor back to a previously saved position. **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`