windows-foreground-love
v0.5.0
Published
API wrapper for AllowSetForegroundWindow
Readme
API wrapper for AllowSetForegroundWindow
Installing
npm install windows-foreground-loveUsing
var allowSetForegroundWindow = require('windows-foreground-love').allowSetForegroundWindow
console.log(allowSetForegroundWindow(pid))
console.log(allowSetForegroundWindow()) // all processes will be enabled to set the foreground windowSupported platforms
- Windows
- Other platforms: installs, but doesn't do anything and always returns false
Developing
npm install -g node-gypnpm installnpm test
