Package com.prineside.tdi2.scene2d
Class Stage.TouchFocus
java.lang.Object
com.prineside.tdi2.scene2d.Stage.TouchFocus
- All Implemented Interfaces:
 Pool.Poolable
- Enclosing class:
 - Stage
 
Internal class for managing touch focus. Public only for GWT.
- Author:
 - Nathan Sweet
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
TouchFocus
public TouchFocus() 
 - 
 - 
Method Details
- 
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.PoolableResets the object for reuse. Object references should be nulled and fields may be set to default values.- Specified by:
 resetin interfacePool.Poolable
 
 -