Uses of Class
net.java.games.input.Controller.Type
Packages that use Controller.Type
-
Uses of Controller.Type in net.java.games.input
Fields in net.java.games.input declared as Controller.TypeModifier and TypeFieldDescriptionstatic final Controller.Type
Controller.Type.FINGERSTICK
Fingerstick controller; note that this may be sometimes treated as a type of mouse or stick.static final Controller.Type
Controller.Type.GAMEPAD
Gamepad controller.static final Controller.Type
Controller.Type.HEADTRACKER
Headtracker controller.static final Controller.Type
Controller.Type.KEYBOARD
A keyboard controllerstatic final Controller.Type
Controller.Type.MOUSE
Mouse controller.static final Controller.Type
Controller.Type.RUDDER
Rudder controller.static final Controller.Type
Controller.Type.STICK
Stick controller, such as a joystick or flightstick.static final Controller.Type
Controller.Type.TRACKBALL
A trackball controller; note that this may sometimes be treated as a type of mouse.static final 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 final Controller.Type
Controller.Type.UNKNOWN
Unkown controller type.static final 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).Methods in net.java.games.input that return Controller.TypeModifier and TypeMethodDescriptionAbstractController.getType()
Returns the type of the Controller.Controller.getType()
Returns the type of the Controller.Keyboard.getType()
Returns the type of the Controller.LinuxCombinedController.getType()
Mouse.getType()
Returns the type of the Controller.WinTabDevice.getType()