libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.InputEvent.Type

Packages that use InputEvent.Type
com.badlogic.gdx.scenes.scene2d   
 

Uses of InputEvent.Type in com.badlogic.gdx.scenes.scene2d
 

Methods in com.badlogic.gdx.scenes.scene2d that return InputEvent.Type
 InputEvent.Type InputEvent.getType()
          The type of input event.
static InputEvent.Type InputEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InputEvent.Type[] InputEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.badlogic.gdx.scenes.scene2d with parameters of type InputEvent.Type
 void InputEvent.setType(InputEvent.Type type)
           
 


libgdx API

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