hiitiger / goverlay

DirectX hook and game overlay solution for Electron, Qt and CEF, just like discord/steam game overlay,inject any app to overlay in your game
Other
800 stars 111 forks source link

How to ignore mouse in statusbar window? #94

Closed ezequielvictor closed 1 year ago

ezequielvictor commented 1 year ago

Is it possible to use the statusbar in a way that ignores mouse events as if this window were invisible? The idea is to show a performance monitor, and that the user can click through this window

I'm using: Electron 21.2.2 and latest goverlay version

win.setIgnoreMouseEvents(true) didn't work on overlay