BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

Linux: added mouse support (partially fixes #55) #232

Closed BoboTiG closed 1 year ago

BoboTiG commented 1 year ago

Original patch by @zorvios on #188.

Changes proposed in this PR

It is very important to keep up to date tests and documentation.

Is your code right?