libgdx API

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

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

Uses of Input.Peripheral in com.badlogic.gdx
 

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

Methods in com.badlogic.gdx with parameters of type Input.Peripheral
 boolean Input.isPeripheralAvailable(Input.Peripheral peripheral)
          Queries whether a Input.Peripheral is currently available.
 

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

Methods in com.badlogic.gdx.input with parameters of type Input.Peripheral
 boolean RemoteInput.isPeripheralAvailable(Input.Peripheral peripheral)
           
 


libgdx API

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