mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
249 B
Markdown
14 lines
249 B
Markdown
---
|
|
title: IKeymanControl::IsVisualKeyboardOpen() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::IsVisualKeyboardOpen()` method returns `True` if
|
|
the on screen keyboard is running.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
bool IsVisualKeyboardOpen(void)
|
|
```
|