libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.ImageButton

Packages that use ImageButton
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of ImageButton in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui that return ImageButton
 ImageButton ImageButton.setClickListener(ImageButton.ClickListener listener)
          Sets the ImageButton.ClickListener for this button.
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ImageButton
 void ImageButton.ClickListener.click(ImageButton button)
           
 


libgdx API

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