Skip to content

MTY_AppSetOrientation

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Set the devices orientation.

The app defaults to MTY_ORIENTATION_USER.

void MTY_AppSetOrientation(
    MTY_App *       ctx,
    MTY_Orientation orientation
);

Parameters

ctx (MTY_App *)

The MTY_App.

orientation (MTY_Orientation)

Requested orientation.

Platform support

Android  

See also

Module: App

Clone this wiki locally