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 TypeClassDescriptionclassAn AbstractController is a skeleton implementation of a controller that contains a fixed number of axes, controllers, and rumblers.classA Keyboard is a type of controller consisting of a single controller, they keypad, which contains several axes (the keys).classclassA Mouse is a type of controller consisting of two child controllers, a ball and a button pad.classMethods 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 voidControllerEnvironment.fireControllerAdded(Controller c) Creates and sends an event to the controller listeners that a controller has been added.protected voidControllerEnvironment.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