3 #if SILICONSTUDIO_PLATFORM_ANDROID
5 using OpenTK.Platform.Android;
7 namespace SiliconStudio.
Paradox.Games
12 public partial class GameContext
17 public GameContext() : this(null, null)
28 public GameContext(AndroidGameView control, RelativeLayout editTextLayout,
int requestedWidth = 0,
int requestedHeight = 0)
31 EditTextLayout = editTextLayout;
32 RequestedWidth = requestedWidth;
33 RequestedHeight = requestedHeight;
34 ContextType = AppContextType.Android;
40 public readonly AndroidGameView
Control;
45 public readonly RelativeLayout EditTextLayout;