Skip to content

MTY_AppIsSoftKeyboardShowing

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Check if the software keyboard is showing.

bool MTY_AppIsSoftKeyboardShowing(
    MTY_App * ctx
);

Parameters

ctx (MTY_App *)

The MTY_App.

Return value

bool

Software keyboard is showing.

Platform support

Android  

See also

Module: App

Clone this wiki locally