| Package | Description |
|---|---|
| org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
| org.piccolo2d.event |
This package supports Piccolo event handlers.
|
| Modifier and Type | Method and Description |
|---|---|
PInputManager |
PRoot.getDefaultInputManager()
Get the default input manager to be used when processing input events.
|
| Modifier and Type | Method and Description |
|---|---|
PInputManager |
PInputEvent.getInputManager()
Return the input manager that dispatched this event.
|
| Constructor and Description |
|---|
PInputEvent(PInputManager inputManager,
InputEvent event)
Create an event with the given inputManager and based on the given swing
event.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.