Loading...
Searching...
No Matches
VuPlatformUWPConfig Struct Reference

Public Attributes

const void * displayOrientation
 The view orientation to initialize Engine with. The value is a pointer to a Windows::Graphics::Display::DisplayOrientations instance.
 

Detailed Description

UWP-specific platform configuration data structure.

Member Data Documentation

◆ displayOrientation

const void* displayOrientation

The view orientation to initialize Engine with. The value is a pointer to a Windows::Graphics::Display::DisplayOrientations instance.

It is strongly recommended to provide this value during Engine creation, if it is not provided Engine will use a default value until vuPlatformControllerSetViewOrientation is called with the actual value.

See also
vuPlatformControllerSetViewOrientation
vuPlatformControllerConvertPlatformViewOrientation