|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GGNavigationListener.ScreenOrientation | |
---|---|
ch.aplu.android | Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. |
Uses of GGNavigationListener.ScreenOrientation in ch.aplu.android |
---|
Fields in ch.aplu.android declared as GGNavigationListener.ScreenOrientation | |
---|---|
static GGNavigationListener.ScreenOrientation |
GameGrid.KILLPROCESS
Constant for setScreenOrientation(). |
static GGNavigationListener.ScreenOrientation |
GameGrid.LANDSCAPE
Constant for setScreenOrientation(). |
static GGNavigationListener.ScreenOrientation |
GameGrid.PORTRAIT
Constant for setScreenOrientation(). |
static GGNavigationListener.ScreenOrientation |
GameGrid.REPORT
Constant for setScreenOrientation(). |
static GGNavigationListener.ScreenOrientation |
GameGrid.RESTART
Constant for setScreenOrientation(). |
Methods in ch.aplu.android that return GGNavigationListener.ScreenOrientation | |
---|---|
static GGNavigationListener.ScreenOrientation |
GGNavigationListener.ScreenOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GGNavigationListener.ScreenOrientation[] |
GGNavigationListener.ScreenOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.aplu.android with parameters of type GGNavigationListener.ScreenOrientation | |
---|---|
void |
GGOrientationListener.orientationChanged(GGNavigationListener.ScreenOrientation event)
Event callback method called when the device orientaton changed from PORTRAIT to LANDSCAPE or vice versa. |
void |
GameGrid.setScreenOrientation(GGNavigationListener.ScreenOrientation orientation)
Sets a fixed screen orientation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |