mouse

Hook and simulate global mouse events in pure Python

MIT License

Downloads
48.9K
Stars
861
Committers
9
mouse - v0.7.1 Latest Release

Published by boppreh almost 5 years ago

  • Fixed errors and incorrect information on setup.py.
  • Fixed Windows segfault.
  • Applied pending bug fixes.
mouse - v0.7.0

Published by boppreh about 7 years ago

  • [All] Fix Windows hook error (#1).
  • [All] Add main module, allowing python -m mouse to save and load events.
mouse - v0.6.1

Published by boppreh about 7 years ago

  • [Windows] Fixed ctypes type-checking error.
  • [All] Misc fixes to release process.
mouse - v0.6.0

Published by boppreh about 7 years ago

  • Added README and API docs.
  • Bump version to replace old library.
mouse - v0.0.1

Published by boppreh about 7 years ago

  • Initial release, migrated from keyboard package.