com.badlogic.gdx.scenes.scene2d
Class Stage.TouchFocus

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.Stage.TouchFocus
All Implemented Interfaces:
Pool.Poolable
Enclosing class:
Stage

public static final class Stage.TouchFocus
extends Object
implements Pool.Poolable

Internal class for managing touch focus. Public only for GWT.

Author:
Nathan Sweet

Constructor Summary
Stage.TouchFocus()
           
 
Method Summary
 void reset()
          Resets the object for reuse.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stage.TouchFocus

public Stage.TouchFocus()
Method Detail

reset

public void reset()
Description copied from interface: Pool.Poolable
Resets the object for reuse. Object references should be nulled and fields may be set to default values.

Specified by:
reset in interface Pool.Poolable


Copyright © 2013. All Rights Reserved.