Release lock on mouse keys when exiting. (#13529)
Link to issue number:
#13410
Summary of the issue:
If the user locks a mouse button and then exits NVDA, the mouse button remains locked.
Description of how this pull request fixes the issue:
The mouse button states are checked in terminate() of the mouseHandler and unlocks the mouse buttons as required.