We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7479a60 commit a8817efCopy full SHA for a8817ef
1 file changed
blog/26-04-16/node-gyp-always-on-top/ex/always-on-top.js
@@ -0,0 +1,8 @@
1
+const addon = require('./build/Release/always-on-top.node');
2
+
3
+console.log("Setting active window always on top");
4
+addon.setAlwaysOnTop();
5
6
7
8
0 commit comments