Interface GLKViewControllerDelegate


  • public interface GLKViewControllerDelegate
    • Method Detail

      • glkViewControllerWillPause

        default void glkViewControllerWillPause​(GLKViewController controller,
                                                boolean pause)
        Delegate method that gets called when the pause state changes.
      • glkViewControllerUpdate

        void glkViewControllerUpdate​(GLKViewController controller)
        Required method for implementing GLKViewControllerDelegate. This update method variant should be used when not subclassing GLKViewController. This method will not be called if the GLKViewController object has been subclassed and implements -(void)update.