Package 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
Modifier and TypeMethodDescriptionvoidCauses the system to process any pending Input Events.
-
Method Details
-
processInput
void processInput()Causes the system to process any pending Input Events.
-