-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_AppShowSoftKeyboard
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Show or hide the software keyboard.
void MTY_AppShowSoftKeyboard(
MTY_App * ctx,
bool show
);
ctx
(MTY_App *
)
The MTY_App
.
show
(bool
)
Set true
to show the software keyboard, false
to hide it.