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 Summary
Nested classes/interfaces inherited from interface net.java.games.input.Controller
Controller.PortType, Controller.Type -
Method Summary
Modifier and TypeMethodDescriptionprotected booleangetNextDeviceEvent(Event event) final Controller.PortTypegetType()final voidMethods inherited from class net.java.games.input.AbstractController
getComponent, getComponents, getControllers, getEventQueue, getName, getPortNumber, getRumblers, poll, setDeviceEventQueueSize, setEventQueueSize, toString
-
Method Details
-
getNextDeviceEvent
- Specified by:
getNextDeviceEventin classAbstractController- Throws:
IOException
-
getPortType
- Specified by:
getPortTypein interfaceController- Overrides:
getPortTypein classAbstractController
-
pollDevice
- Overrides:
pollDevicein classAbstractController- Throws:
IOException
-
getType
- Specified by:
getTypein interfaceController- Overrides:
getTypein classAbstractController
-