isVisible
Summary
Return the actual visibility of the On-Screen Keyboard.
Syntax
keyman.osk.isVisible();
Parameters
None.
Return Value
boolean
true
if the OSK is actually visible, elsefalse
. Note that this will usually returnfalse
after any UI event that results in (temporary) loss of focus.