electron-windows-osk
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -21,2 +21,7 @@ const screen = require('electron').screen; | ||
}; | ||
OSK.prototype.isVisible = function() { | ||
return native.OSKIsVisible(); | ||
}; | ||
OSK.prototype.getSystem = function() { | ||
@@ -23,0 +28,0 @@ return [ native.GetSystemTopBarThickness(), native.GetSystemBorderThickness(), native.GetSystemMenuHeight()]; |
{ | ||
"name": "electron-windows-osk", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "export.js", |
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
19187
77