mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-20 23:37:41 +00:00
Deprecate the following obsolete functions and properties: * `keyman.helpURL` * `keyman.util.rgba` * `keyman.util.toFloat` * `keyman.util.toNumber` * `keyman.util.toNzString` Use correct language for code blocks in Keyman Engine for Web documentation. Test-bot: skip
22 lines
354 B
Markdown
22 lines
354 B
Markdown
---
|
|
title: isVisible
|
|
---
|
|
|
|
## Summary
|
|
|
|
Return the actual visibility of the On-Screen Keyboard.
|
|
|
|
## Syntax
|
|
|
|
```js
|
|
keyman.osk.isVisible();
|
|
```
|
|
|
|
### Parameters
|
|
|
|
None.
|
|
|
|
### Return Value
|
|
|
|
`boolean`
|
|
: `true` if the OSK is actually visible, else `false`. Note that this will usually return `false` after any UI event that results in (temporary) loss of focus.
|