Uses of Interface
net.java.games.input.Controller
Packages that use Controller
-
Uses of Controller in net.java.games.input
Classes in net.java.games.input that implement ControllerModifier and TypeClassDescriptionclass
An AbstractController is a skeleton implementation of a controller that contains a fixed number of axes, controllers, and rumblers.class
A Keyboard is a type of controller consisting of a single controller, they keypad, which contains several axes (the keys).class
class
A Mouse is a type of controller consisting of two child controllers, a ball and a button pad.class
Methods in net.java.games.input that return ControllerModifier and TypeMethodDescriptionControllerEvent.getController()
Returns the controller for this event.Methods in net.java.games.input with parameters of type ControllerModifier and TypeMethodDescriptionprotected void
ControllerEnvironment.fireControllerAdded
(Controller c) Creates and sends an event to the controller listeners that a controller has been added.protected void
ControllerEnvironment.fireControllerRemoved
(Controller c) Creates and sends an event to the controller listeners that a controller has been lost.Constructors in net.java.games.input with parameters of type Controller