RainbowMage / OverlayPlugin

Other
133 stars 182 forks source link

Stop clicking on an overlay from unfocusing the game #49

Open TehDavester opened 8 years ago

TehDavester commented 8 years ago

With overlays such as this or this becoming popular losing focus on the game whenever you press something on the overlay is a big annoyance, so simply adding the WS_EX_NOACTIVATE flag in the CreateParams stops the overlay from gaining focus while still being able to manipulate it.