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

Why _cursor_impl is not implemented on windows? #269

Closed laerson-hammes closed 10 months ago

laerson-hammes commented 10 months ago

Im trying use with_cursor on windows but dosent works. When i analyse the source code i see that the function its dosent implemented, return None only, Why?

BoboTiG commented 10 months ago

See #55. Only GNU/Linux support for now. Windows, and macOS, support should come at some point :)