Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.06 KB

API wrapper for AllowSetForegroundWindow

CI status

Installing

npm install windows-foreground-love

Using

var allowSetForegroundWindow = require('windows-foreground-love').allowSetForegroundWindow
console.log(allowSetForegroundWindow(pid))
console.log(allowSetForegroundWindow()) // all processes will be enabled to set the foreground window

Supported platforms

  • Windows
  • Other platforms: installs, but doesn't do anything and always returns false

Developing

  • npm install -g node-gyp
  • npm install
  • npm test

Resources

The Old New Thing: Foreground activation permission is like love: You can’t steal it, it has to be given to you

License

MIT