public class RoboViewController
extends org.robovm.apple.glkit.GLKViewController
implements org.robovm.apple.glkit.GLKViewControllerDelegate
org.robovm.apple.glkit.GLKViewController.GLKViewControllerPtrorg.robovm.apple.uikit.UIViewController.Notifications, org.robovm.apple.uikit.UIViewController.UIViewControllerPtrorg.robovm.apple.uikit.UIResponder.UIResponderPtr| Constructor and Description |
|---|
RoboViewController(org.robovm.apple.coregraphics.CGRect bounds,
RoboPlatform.Config config)
Creates a game view controller with the given bounds and configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
didRotate(org.robovm.apple.uikit.UIInterfaceOrientation fromOrient) |
org.robovm.apple.uikit.UIInterfaceOrientationMask |
getSupportedInterfaceOrientations() |
RoboPlatform |
platform()
Returns the platform managed by this view controller.
|
boolean |
shouldAutorotate() |
boolean |
shouldAutorotateToInterfaceOrientation(org.robovm.apple.uikit.UIInterfaceOrientation orientation) |
void |
update(org.robovm.apple.glkit.GLKViewController self) |
void |
viewDidAppear(boolean animated) |
void |
viewDidDisappear(boolean animated) |
void |
willPause(org.robovm.apple.glkit.GLKViewController self,
boolean paused) |
void |
willRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient,
double duration) |
draw, getDelegate, getFramesDisplayed, getFramesPerSecond, getPreferredFramesPerSecond, getTimeSinceFirstResume, getTimeSinceLastDraw, getTimeSinceLastResume, getTimeSinceLastUpdate, isPaused, pausesOnWillResignActive, resumesOnDidBecomeActive, setDelegate, setPaused, setPausesOnWillResignActive, setPreferredFramesPerSecond, setResumesOnDidBecomeActiveaddChildViewController, applicationFinishedRestoringState, attemptRotationToDeviceOrientation, automaticallyAdjustsScrollViewInsets, beginAppearanceTransition, beginRequest, canPerformUnwind, collapseSecondaryViewController, decodeRestorableState, definesPresentationContext, didMoveToParentViewController, didReceiveMemoryWarning, disablesAutomaticKeyboardDismissal, dismissModalViewController, dismissMoviePlayerViewController, dismissViewController, encode, encodeRestorableState, endAppearanceTransition, extendedLayoutIncludesOpaqueBars, getBottomLayoutGuide, getChildViewControllerForStatusBarHidden, getChildViewControllerForStatusBarStyle, getChildViewControllers, getContentSizeForViewInPopover, getEdgesForExtendedLayout, getEditButtonItem, getExtensionContext, getInterfaceOrientation, getInterstitialPresentationPolicy, getModalPresentationStyle, getModalTransitionStyle, getModalViewController, getNavigationController, getNavigationItem, getNibBundle, getNibName, getObjectRestorationClass, getOriginalContentView, getOverrideTraitCollection, getParentViewController, getPopoverPresentationController, getPreferredContentSize, getPreferredInterfaceOrientation, getPreferredStatusBarStyle, getPreferredStatusBarUpdateAnimation, getPresentationController, getPresentedViewController, getPresentingViewController, getRestorationClass, getRestorationIdentifier, getRestorationParent, getRotatingFooterView, getRotatingHeaderView, getSearchDisplayController, getSegueForUnwinding, getSplitViewController, getStoryboard, getTabBarController, getTabBarItem, getTargetViewControllerForAction, getTitle, getToolbarItems, getTopLayoutGuide, getTraitCollection, getTransitionCoordinator, getTransitioningDelegate, getView, getViewControllerForUnwind, hidesBottomBarWhenPushed, isAutomaticallyForwardAppearanceAndRotationMethodsToChildViewControllers, isBeingDismissed, isBeingPresented, isCanDisplayBannerAds, isDisplayingBannerAd, isEditing, isModalInPopover, isMovingFromParentViewController, isMovingToParentViewController, isPresentingFullScreenAd, isViewLoaded, loadView, modalPresentationCapturesStatusBarAppearance, performSegue, prefersStatusBarHidden, prepareForSegue, prepareInterstitialAds, presentModalViewController, presentMoviePlayerViewController, presentViewController, providesPresentationContextTransitionStyle, removeFromParentViewController, requestInterstitialAdPresentation, separateSecondaryViewController, setAutomaticallyAdjustsScrollViewInsets, setCanDisplayBannerAds, setContentSizeForViewInPopover, setDefinesPresentationContext, setEdgesForExtendedLayout, setEditing, setEditing, setExtendedLayoutIncludesOpaqueBars, setHidesBottomBarWhenPushed, setInterstitialPresentationPolicy, setModalInPopover, setModalPresentationCapturesStatusBarAppearance, setModalPresentationStyle, setModalTransitionStyle, setNeedsStatusBarAppearanceUpdate, setOverrideTraitCollection, setPreferredContentSize, setProvidesPresentationContextTransitionStyle, setRestorationClass, setRestorationIdentifier, setTabBarItem, setTitle, setToolbarItems, setToolbarItems, setTransitioningDelegate, setView, setWantsFullScreenLayout, shouldAutomaticallyForwardAppearanceMethods, shouldAutomaticallyForwardRotationMethods, shouldAutorotate, shouldPerformSegue, shouldPresentInterstitialAd, ShowDetailTargetDidChangeNotification, showDetailViewController, showViewController, traitCollectionDidChange, transition, updateViewConstraints, viewDidLayoutSubviews, viewDidLoad, viewDidUnload, viewWillAppear, viewWillDisappear, viewWillLayoutSubviews, viewWillUnload, wantsFullScreenLayout, willAnimateRotation, willMoveToParentViewControllerbecomeFirstResponder, canBecomeFirstResponder, canPerformAction, canResignFirstResponder, clearTextInputContextIdentifier, getActionTarget, getInputAccessoryView, getInputAccessoryViewController, getInputView, getInputViewController, getKeyCommands, getNextResponder, getTextInputContextIdentifier, getTextInputMode, getUndoManager, getUserActivity, isFirstResponder, motionBegan, motionCancelled, motionEnded, reloadInputViews, remoteControlReceived, resignFirstResponder, restoreUserActivityState, setUserActivity, touchesBegan, touchesCancelled, touchesEnded, touchesMoved, updateUserActivityStateaddKeyValueObserver, addKeyValueObserver, autorelease, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, equals, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuespublic RoboViewController(org.robovm.apple.coregraphics.CGRect bounds,
RoboPlatform.Config config)
public RoboPlatform platform()
public void update(org.robovm.apple.glkit.GLKViewController self)
update in interface org.robovm.apple.glkit.GLKViewControllerDelegatepublic void willPause(org.robovm.apple.glkit.GLKViewController self,
boolean paused)
willPause in interface org.robovm.apple.glkit.GLKViewControllerDelegatepublic void viewDidAppear(boolean animated)
viewDidAppear in class org.robovm.apple.uikit.UIViewControllerpublic void viewDidDisappear(boolean animated)
viewDidDisappear in class org.robovm.apple.uikit.UIViewControllerpublic void willRotate(org.robovm.apple.uikit.UIInterfaceOrientation toOrient,
double duration)
willRotate in class org.robovm.apple.uikit.UIViewControllerpublic void didRotate(org.robovm.apple.uikit.UIInterfaceOrientation fromOrient)
didRotate in class org.robovm.apple.uikit.UIViewControllerpublic org.robovm.apple.uikit.UIInterfaceOrientationMask getSupportedInterfaceOrientations()
getSupportedInterfaceOrientations in class org.robovm.apple.uikit.UIViewControllerpublic boolean shouldAutorotate()
shouldAutorotate in class org.robovm.apple.uikit.UIViewControllerpublic boolean shouldAutorotateToInterfaceOrientation(org.robovm.apple.uikit.UIInterfaceOrientation orientation)
Copyright © 2015. All Rights Reserved.