-
Notifications
You must be signed in to change notification settings - Fork 55
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
);
ctx
(MTY_App *
)
The MTY_App
.
orientation
(MTY_Orientation
)
Requested orientation.