libgdx API

Uses of Class
com.badlogic.gdx.Input.Orientation

Packages that use Input.Orientation
com.badlogic.gdx   
com.badlogic.gdx.input   
 

Uses of Input.Orientation in com.badlogic.gdx
 

Methods in com.badlogic.gdx that return Input.Orientation
 Input.Orientation Input.getNativeOrientation()
           
static Input.Orientation Input.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Input.Orientation[] Input.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Input.Orientation in com.badlogic.gdx.input
 

Methods in com.badlogic.gdx.input that return Input.Orientation
 Input.Orientation RemoteInput.getNativeOrientation()
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)