You.i Engine
YiApplicationOrientationBridge.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_APPLICATION_ORIENTATION_BRIDGE_H_
3 #define _YI_APPLICATION_ORIENTATION_BRIDGE_H_
4 
10 #include "view/YiViewProperty.h"
11 
22 {
23 public:
25 
35  virtual void SetOrientation(YIViewProperty::Orientation eOrientation) = 0;
36 };
37 
42 #endif // _YI_APPLICATION_ORIENTATION_BRIDGE_H_
virtual ~CYIApplicationOrientationBridge()
Definition: YiApplicationOrientationBridge.h:24
Interacts with the application's orientation functionality.
Definition: YiApplicationOrientationBridge.h:21
virtual void SetOrientation(YIViewProperty::Orientation eOrientation)=0
Orientation
Definition: YiViewProperty.h:12