libgdx API

Uses of Interface
com.badlogic.gdx.Input.TextInputListener

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

Uses of Input.TextInputListener in com.badlogic.gdx
 

Methods in com.badlogic.gdx with parameters of type Input.TextInputListener
 void Input.getPlaceholderTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String placeholder)
          System dependent method to input a string of text.
 void Input.getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text)
          System dependent method to input a string of text.
 

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

Methods in com.badlogic.gdx.input with parameters of type Input.TextInputListener
 void RemoteInput.getPlaceholderTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String placeholder)
           
 void RemoteInput.getTextInput(Input.TextInputListener listener, java.lang.String title, java.lang.String text)
           
 


libgdx API

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