有什么方法可以通过其窗口ID

时间:2019-12-10 08:32:44

标签: javascript node.js electron

我想将我从desktopCapturer.getSources()获得的数据中的应用程序窗口置于前台,

    desktopCapturer.getSources({
                        types: ['window', 'screen'],
                    })
                    .then(async sources => {
                        console.log(sources)
}

我想知道是否有任何可能的方法将应用程序从数据(我们从来源获得)中带到前台/前景

0 个答案:

没有答案