-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_AppSetInputMode
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Set the app's current mobile input mode.
The app defaults to MTY_INPUT_MODE_UNSPECIFIED
.
void MTY_AppSetInputMode(
MTY_App * ctx,
MTY_InputMode mode
);
ctx
(MTY_App *
)
The MTY_App
.
mode
(MTY_InputMode
)
Mobile touch input mode.