edu.umd.cs.piccolo
Interface PRoot.InputSource

All Known Implementing Classes:
PInputManager
Enclosing class:
PRoot

public static interface PRoot.InputSource

This interfaces is for advanced use only. If you want to implement a different kind of input framework then Piccolo2D provides you can hook it in here.


Method Summary
 void processInput()
          Causes the system to process any pending Input Events.
 

Method Detail

processInput

void processInput()
Causes the system to process any pending Input Events.



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.