11 #import <UIKit/UIKit.h> 19 unsigned int _screenIdx;
23 UIInterfaceOrientation _lastTouchControllerOrientation;
25 @property (readonly, getter=GetScreenIdx)
unsigned int _screenIdx;
26 @property (readonly, getter=isExternalScreen)
bool _externalScreen;
27 @property(weak, setter=setView:)
IOSEAGLView* _glView;
28 @property UIInterfaceOrientation _lastTouchControllerOrientation;
33 - (bool) changeScreen: (
unsigned int)screenIdx withMode:(UIScreenMode *)mode;
35 - (void) screenDisconnect;
37 + (void) updateResolutions;
39 - (void) fadeFromBlack:(CGFloat) delaySecs;
41 - (bool) willSwitchToExternal:(
unsigned int) screenIdx;
43 - (bool) willSwitchToInternal:(
unsigned int) screenIdx;
45 + (id) sharedInstance;
Definition: IOSScreenManager.h:17
Definition: IOSExternalTouchController.h:12
Definition: XBMCController.h:21
Definition: IOSEAGLView.h:16