|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.games.input.AbstractController
net.java.games.input.LinuxCombinedController
public class LinuxCombinedController
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.java.games.input.Controller |
---|
Controller.PortType, Controller.Type |
Field Summary |
---|
Fields inherited from class net.java.games.input.AbstractController |
---|
EVENT_QUEUE_DEPTH |
Constructor Summary | |
---|---|
LinuxCombinedController(LinuxAbstractController eventController,
LinuxJoystickAbstractController joystickController)
|
Method Summary | |
---|---|
protected boolean |
getNextDeviceEvent(Event event)
|
Controller.PortType |
getPortType()
Returns the port type for this Controller. |
Controller.Type |
getType()
Returns the type of the Controller. |
void |
pollDevice()
|
Methods inherited from class net.java.games.input.AbstractController |
---|
getComponent, getComponents, getControllers, getEventQueue, getName, getPortNumber, getRumblers, poll, setDeviceEventQueueSize, setEventQueueSize, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
LinuxCombinedController(LinuxAbstractController eventController, LinuxJoystickAbstractController joystickController)
Method Detail |
---|
protected boolean getNextDeviceEvent(Event event) throws java.io.IOException
getNextDeviceEvent
in class AbstractController
java.io.IOException
public final Controller.PortType getPortType()
AbstractController
getPortType
in interface Controller
getPortType
in class AbstractController
public final void pollDevice() throws java.io.IOException
pollDevice
in class AbstractController
java.io.IOException
public Controller.Type getType()
AbstractController
getType
in interface Controller
getType
in class AbstractController
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |