Package net.java.games.input
Class LinuxCombinedController
java.lang.Object
net.java.games.input.AbstractController
net.java.games.input.LinuxCombinedController
- All Implemented Interfaces:
- Controller
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.java.games.input.ControllerController.PortType, Controller.Type
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleangetNextDeviceEvent(Event event) final Controller.PortTypeReturns the port type for this Controller.getType()Returns the type of the Controller.final voidMethods inherited from class net.java.games.input.AbstractControllerequals, getComponent, getComponents, getControllers, getEventQueue, getName, getPortNumber, getRumblers, poll, setDeviceEventQueueSize, setEventQueueSize, toString
- 
Method Details- 
getNextDeviceEvent- Specified by:
- getNextDeviceEventin class- AbstractController
- Throws:
- IOException
 
- 
getPortTypeDescription copied from class:AbstractControllerReturns the port type for this Controller.- Specified by:
- getPortTypein interface- Controller
- Overrides:
- getPortTypein class- AbstractController
- Returns:
- PortType.UNKNOWN by default, can be overridden
 
- 
pollDevice- Overrides:
- pollDevicein class- AbstractController
- Throws:
- IOException
 
- 
getTypeDescription copied from class:AbstractControllerReturns the type of the Controller.- Specified by:
- getTypein interface- Controller
- Overrides:
- getTypein class- AbstractController
 
 
-