Skip to content

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
);

Parameters

ctx (MTY_App *)

The MTY_App.

mode (MTY_InputMode)

Mobile touch input mode.

Platform support

Android  

See also

Module: App

Clone this wiki locally