Uses of Class
edu.umd.cs.piccolo.PInputManager
Packages that use PInputManager
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo event handlers.
-
Uses of PInputManager in edu.umd.cs.piccolo
Methods in edu.umd.cs.piccolo that return PInputManagerModifier and TypeMethodDescriptionPRoot.getDefaultInputManager()Get the default input manager to be used when processing input events. -
Uses of PInputManager in edu.umd.cs.piccolo.event
Methods in edu.umd.cs.piccolo.event that return PInputManagerModifier and TypeMethodDescriptionPInputEvent.getInputManager()Return the input manager that dispatched this event.Constructors in edu.umd.cs.piccolo.event with parameters of type PInputManagerModifierConstructorDescriptionPInputEvent(PInputManager inputManager, InputEvent event) Create an event with the given inputManager and based on the given swing event.