libgdx API

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

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

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

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

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ToggleButton
 void ToggleButton.ClickListener.click(ToggleButton button, boolean isPressed)
           
 


libgdx API

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