electron-overlay-window icon indicating copy to clipboard operation
electron-overlay-window copied to clipboard

Creating overlays is easy like never before

Results 21 electron-overlay-window issues
Sort by recently updated
recently updated
newest added

https://github.com/SnosMe/awakened-poe-trade/issues/328

help wanted
linux/X11

Heya, so I would like to use this alongside https://github.com/Rob--/memoryjs to create game extensions. I have the processID from memoryjs but would like to use this within your application to...

enhancement

Fullscreen not working, as looking at source it's should work, but event not getting emit and overlay not working in fullscreen mode, borderless windowed everything works good, but at fullscreen...

linux/X11

## Motivation While working on awakened-poe-trade, I realized that opening up the file selection dialog for picking an image caused the overlay to close. This is because it's a subwindow....

On `BrowserWindow` the function `setIgnoreMouseEvents` ([Documentation](https://www.electronjs.org/docs/latest/api/browser-window#winsetignoremouseeventsignore-options)) have an option call `forward`. If this option is set to true, mouse movements are transmitted to chromium. so with this option, if the...

Trying out the demo with TextEdit on MacOS 13.5.1. When toggling the app to fullscreen like is shown in the video on the original [MacOS support PR](https://github.com/SnosMe/electron-overlay-window/pull/29) the overlay disappears....

Hi! I have just updated from some old version (from May 2022 I think) to the latest and all of a sudden overlay window is hidden when focus shifts to...

wontfix

as soon as the process the overlay is attached to loses focus the following happens: - Electron application hangs - Dev tools stops accepting commands, instead hanging whenever i try...

Per a comment in #29 , this added line doesn't seem necessary, as the `this.events.on('focus'` handler should get called immediately after, which does the same thing.

It may be possible to implement at least on KDE? https://wayland.app/protocols/kde-plasma-window-management

help wanted