crgimenes / neko

Neko is a cross-platform cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
414 stars 40 forks source link

MousePassThrough option for windows version #37

Closed im-izz closed 2 months ago

im-izz commented 2 months ago

-mousepassthrough parameter doesn't work in windows

crgimenes commented 2 months ago

Unfortunately, I don't have Windows machines to test the problem.

im-izz commented 2 months ago

This is what I get tho, Might that be helpful

image

arrlancore commented 2 months ago

hi @crgimenes I have a Windows machine set up for testing, I'd be happy to help fix this. can you assign to me?

crgimenes commented 2 months ago

hi @crgimenes I have a Windows machine set up for testing, I'd be happy to help fix this. can you assign to me?

Thanks for the help! I hadn't seen the message with the screenshot. Screenshots are not sent by email by GitHub, so it may just be a problem with the handling of the parameters.

crgimenes commented 2 months ago

This is what I get tho, Might that be helpful

image

You are probably using an old version, try compiling with the latest version.

arrlancore commented 2 months ago

yes correct, there is no issue in my windows machine with latest version go. image

im-izz commented 2 months ago

Yay :D, so where to update or get the binary?