3 #if SILICONSTUDIO_PLATFORM_IOS
5 using SiliconStudio.Paradox.Games;
7 namespace SiliconStudio.
Paradox.Graphics.Regression
9 public class iOSGameTestController : ParadoxGameController
11 private readonly GameBase game;
13 public iOSGameTestController(GameBase game)
18 public override void ViewDidDisappear(
bool animated)
20 base.ViewDidDisappear(animated);