Package | Description |
---|---|
net.java.games.input |
Top level package for JInput.
|
Modifier and Type | Field and Description |
---|---|
static Controller.PortType |
Controller.PortType.GAME
Standard game port
|
static Controller.PortType |
Controller.PortType.I8042
i8042
|
static Controller.PortType |
Controller.PortType.NETWORK
Network port
|
static Controller.PortType |
Controller.PortType.PARALLEL
Parallel port
|
static Controller.PortType |
Controller.PortType.SERIAL
Serial port
|
static Controller.PortType |
Controller.PortType.UNKNOWN
Unknown port type
|
static Controller.PortType |
Controller.PortType.USB
USB port
|
Modifier and Type | Method and Description |
---|---|
Controller.PortType |
LinuxCombinedController.getPortType() |
Controller.PortType |
AbstractController.getPortType()
Returns the port type for this Controller.
|
Controller.PortType |
Controller.getPortType()
Returns the port type for this Controller.
|
Copyright © 2018. All rights reserved.