electron-windows-osk
Advanced tools
Comparing version 1.0.6 to 1.0.7
17
main.js
// note that the compiled addon is placed under following path | ||
const { startComServer, isOSKVisible, isComServerRunning, showKeyboardThroughCom } = require('./build/Debug/addon'); | ||
const { moveWindow, startComServer, isOSKVisible, isComServerRunning, showKeyboardThroughCom } = require('./build/Debug/addon'); | ||
@@ -24,3 +24,3 @@ | ||
} else if (visible === true) { | ||
moveWindow(); | ||
} else { | ||
@@ -30,2 +30,3 @@ | ||
isVisible(); | ||
moveWindow(); | ||
} | ||
@@ -36,2 +37,14 @@ } else { | ||
console.log(result); | ||
isVisible(); | ||
const visible = isOSKVisible(); | ||
if (visible === null) { | ||
} else if (visible === true) { | ||
moveWindow(); | ||
} else { | ||
showKeyboardThroughCom(); | ||
isVisible(); | ||
moveWindow(); | ||
} | ||
} | ||
@@ -38,0 +51,0 @@ |
{ | ||
"name": "electron-windows-osk", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "export.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173997052
47
50