| Modifier and Type | Method and Description |
|---|---|
static RoboPlatform |
RoboPlatform.register(org.robovm.apple.uikit.UIApplication app)
Registers your application using the default configuration.
|
static RoboPlatform |
RoboPlatform.register(org.robovm.apple.uikit.UIApplication app,
RoboPlatform.Config config)
Registers your application using the supplied configuration.
|
static RoboPlatform |
RoboPlatform.register(org.robovm.apple.uikit.UIApplication app,
org.robovm.apple.uikit.UIWindow window,
RoboPlatform.Config config)
Registers your application using the supplied configuration and window.
|
| Constructor and Description |
|---|
RoboAssets(RoboPlatform platform) |
RoboAudio(RoboPlatform platform,
int numSources) |
RoboGLContext(RoboPlatform platform,
RoboGL20 gl,
float scaleFactor) |
RoboGraphics(RoboPlatform platform,
org.robovm.apple.uikit.UIWindow window) |
RoboKeyboard(RoboPlatform platform) |
RoboNet(RoboPlatform platform) |
RoboPointer(RoboPlatform platform) |
RoboRootViewController(RoboPlatform pf,
org.robovm.apple.opengles.EAGLContext ctx,
org.robovm.apple.uikit.UIWindow hostWindow) |
RoboStorage(RoboPlatform platform) |
RoboTouch(RoboPlatform platform) |
Copyright © 2014. All Rights Reserved.