Package | Description |
---|---|
net.java.games.input |
Top level package for JInput.
|
Modifier and Type | Field and Description |
---|---|
static Controller.Type |
Controller.Type.FINGERSTICK
Fingerstick controller; note that this may be sometimes treated as a
type of mouse or stick.
|
static Controller.Type |
Controller.Type.GAMEPAD
Gamepad controller.
|
static Controller.Type |
Controller.Type.HEADTRACKER
Headtracker controller.
|
static Controller.Type |
Controller.Type.KEYBOARD
A keyboard controller
|
static Controller.Type |
Controller.Type.MOUSE
Mouse controller.
|
static Controller.Type |
Controller.Type.RUDDER
Rudder controller.
|
static Controller.Type |
Controller.Type.STICK
Stick controller, such as a joystick or flightstick.
|
static Controller.Type |
Controller.Type.TRACKBALL
A trackball controller; note that this may sometimes be treated as a
type of mouse.
|
static Controller.Type |
Controller.Type.TRACKPAD
A trackpad, such as a tablet, touchpad, or glidepad;
note that this may sometimes be treated as a type of mouse.
|
static Controller.Type |
Controller.Type.UNKNOWN
Unkown controller type.
|
static Controller.Type |
Controller.Type.WHEEL
A wheel controller, such as a steering wheel (note
that a mouse wheel is considered part of a mouse, not a
wheel controller).
|
Modifier and Type | Method and Description |
---|---|
Controller.Type |
LinuxCombinedController.getType() |
Controller.Type |
Controller.getType()
Returns the type of the Controller.
|
Controller.Type |
Mouse.getType()
Returns the type of the Controller.
|
Controller.Type |
AbstractController.getType()
Returns the type of the Controller.
|
Controller.Type |
Keyboard.getType()
Returns the type of the Controller.
|
Copyright © 2018. All rights reserved.