Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3    Statistic    FMM    Blog  

Window.IsKeyboardVisible

Checks whether keyboard viewer is visible.

Component Version macOS Windows Linux Server iOS SDK
Window 13.2 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Window.IsKeyboardVisible" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Checks whether keyboard viewer is visible.
Returns 1 if keyboard viewer is visible.

Examples

Hide keyboard if visible:

If [ MBS( "Window.IsKeyboardVisible" ) = 1 ]
    Set Variable [ $r ; Value: MBS( "Window.HideKeyboard" ) ]
End If

See also

Release notes

Blog Entries

This function checks for a paid license.

Created 3th May 2023, last changed 7th May 2023


Window.IsFullScreenPrimary - Window.IsMaximized

💬 Ask a question or report a problem


Start Chat