node window manager:使用Node.js管理WindowsmacOS和Linux中的窗口 源码

mention_4777 31 0 ZIP 2021-02-01 22:02:46

节点窗口管理器 在Windows,macOS和Windows中管理Windows Linux (在制品) 安装 要安装此软件包,只需运行 $ npm install node-window-manager 快速开始 下面的示例显示如何获取当前焦点窗口的标题并将其隐藏。 const { windowManager } = require ( "node-window-manager" ) ; const window = windowManager . getActiveWindow ( ) ; // Prints the currently focused window bounds. co

用户评论
请输入评论内容
评分:
暂无评论