C# Class Microsoft.Xna.Framework.AndroidCompatibility

Properties that change from how XNA works by default
Mostra file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Methods

Method Description
GetAbsoluteOrientation ( ) : DisplayOrientation

Get the absolute orientation of the device, accounting for platform differences.

Private Methods

Method Description
AndroidCompatibility ( ) : System
GetAbsoluteOrientation ( int orientation ) : DisplayOrientation
GetDeviceNaturalOrientation ( ) : Orientation

Method Details

GetAbsoluteOrientation() public static method

Get the absolute orientation of the device, accounting for platform differences.
public static GetAbsoluteOrientation ( ) : DisplayOrientation
return DisplayOrientation