smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
616 stars 156 forks source link

Is cursor on Windows guaranteed to be always 32x32 in size? #153

Closed SAOMDVN closed 1 year ago

SAOMDVN commented 1 year ago

I am developing for Windows only and I noticed that whenever mouse image is changed, it stays a consistent 32x32 size image. I wonder if this is always the case (at least on Windows) so that I doesn't have to reallocate memory lest size changes?

smasherprog commented 1 year ago

i think soo.... ? Youd have to google its been a while since i looked into that.