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.TypeController.Type.FINGERSTICKFingerstick controller; note that this may be sometimes treated as a type of mouse or stick.static final Controller.TypeController.Type.GAMEPADGamepad controller.static final Controller.TypeController.Type.HEADTRACKERHeadtracker controller.static final Controller.TypeController.Type.KEYBOARDA keyboard controllerstatic final Controller.TypeController.Type.MOUSEMouse controller.static final Controller.TypeController.Type.RUDDERRudder controller.static final Controller.TypeController.Type.STICKStick controller, such as a joystick or flightstick.static final Controller.TypeController.Type.TRACKBALLA trackball controller; note that this may sometimes be treated as a type of mouse.static final Controller.TypeController.Type.TRACKPADA trackpad, such as a tablet, touchpad, or glidepad; note that this may sometimes be treated as a type of mouse.static final Controller.TypeController.Type.UNKNOWNUnkown controller type.static final Controller.TypeController.Type.WHEELA 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()