mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Note: build.sh updated to make sure that test:help build action:target doesn't also call test.sh by adding `:_all` meta-target. Note: CI will need a new help-keyman-com.sh build step to deploy web engine help. Fixes: #12347
27 lines
344 B
Markdown
27 lines
344 B
Markdown
---
|
|
title: show
|
|
---
|
|
|
|
## Summary
|
|
|
|
Display, hide or toggle OSK visibility.
|
|
|
|
## Syntax
|
|
|
|
```c
|
|
keyman.osk.show(mode);
|
|
```
|
|
|
|
### Parameters
|
|
|
|
`mode`
|
|
: Type: `boolean` *optional*
|
|
: `true` to display, `false` to hide, omitted to toggle.
|
|
|
|
### Return Value
|
|
|
|
`undefined`
|
|
|
|
## Description
|
|
|
|
Visibility will be toggled on or off if the argument is omitted.
|