scottkirkwood / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
141 stars 38 forks source link

Fix click-through #84

Closed andyboeh closed 3 years ago

andyboeh commented 4 years ago

When follow_mouse is turned on, I am unable to click. While this should be possible using win.shape_combine_mask, it didn't work for me.

I added a separate call to input_shape_combine_mask and recalculate the mask on cursor move to make it work again. I'm not sure whether this is the "correct" way of doing it, though.