On Fri Oct 17 17:33:41 2025 +0000, Rémi Bernon wrote:
Are you sure that layered windows aren't supposed to receive pointer input?
I messed up the bitwise check... (from my tests a window needs to be both WS_EX_TRANSPARENT and WS_EX_LAYERED for the pass through to kick in). Fixed now, thanks.