|
Game Control Plus
1.2.2
|

Public Member Functions | |
| final PortType | getPortType () |
| final void | pollDevice () throws IOException |
| Type | getType () |
Public Member Functions inherited from net.java.games.input.AbstractController | |
| final Controller[] | getControllers () |
| final Component[] | getComponents () |
| final Component | getComponent (Component.Identifier id) |
| final Rumbler[] | getRumblers () |
| int | getPortNumber () |
| final String | getName () |
| String | toString () |
| final void | setEventQueueSize (int size) |
| final EventQueue | getEventQueue () |
| synchronized boolean | poll () |
Protected Member Functions | |
| LinuxAbstractController (LinuxEventDevice device, Component[] components, Controller[] children, Rumbler[] rumblers, Type type) throws IOException | |
| final boolean | getNextDeviceEvent (Event event) throws IOException |
Protected Member Functions inherited from net.java.games.input.AbstractController | |
| AbstractController (String name, Component[] components, Controller[] children, Rumbler[] rumblers) | |
| void | setDeviceEventQueueSize (int size) throws IOException |
| void | pollDevice () throws IOException |
Private Attributes | |
| final PortType | port |
| final LinuxEventDevice | device |
| final Type | type |
Additional Inherited Members | |
Static Package Attributes inherited from net.java.games.input.AbstractController | |
| static final int | EVENT_QUEUE_DEPTH = 32 |
Represents a Linux controller
|
virtual |
Returns the port type for this Controller.
Reimplemented from net.java.games.input.AbstractController.
|
virtual |
Returns the type of the Controller.
Reimplemented from net.java.games.input.AbstractController.