A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- G - Static variable in class net.java.games.input.Component.Identifier.Key
- GAME - Static variable in class net.java.games.input.Controller.PortType
-
Standard game port
- GAMEPAD - Static variable in class net.java.games.input.Controller.Type
-
Gamepad controller.
- get() - Method in class net.java.games.util.plugins.Plugins
-
This method returns all the Plugins found in the directory passed in at object creation time or any of its sub-directories.
- getAxisIdentifier() - Method in interface net.java.games.input.Rumbler
-
Get the axis identifier the rumbler is attached to
- getAxisName() - Method in interface net.java.games.input.Rumbler
-
Get the string name of the axis the rumbler is attached to
- getBack() - Method in class net.java.games.input.Mouse
-
Returns the back mouse button, null if the mouse hasn't got one.
- getButton3() - Method in class net.java.games.input.Mouse
-
Returns forth mouse button, null if the mouse hasn't got one.
- getButton4() - Method in class net.java.games.input.Mouse
-
Returns fifth mouse button, null if the mouse hasn't got one.
- getComponent() - Method in class net.java.games.input.Event
- getComponent(Component.Identifier) - Method in class net.java.games.input.AbstractController
-
Returns a single component based on its identifier, or null if no component with the specified type could be found.
- getComponent(Component.Identifier) - Method in interface net.java.games.input.Controller
-
Returns a single axis based on its type, or null if no axis with the specified type could be found.
- getComponents() - Method in class net.java.games.input.AbstractController
-
Returns the components on this controller, in order of assignment priority.
- getComponents() - Method in interface net.java.games.input.Controller
-
Returns the components on this controller, in order of assignment priority.
- getController() - Method in class net.java.games.input.ControllerEvent
-
Returns the controller for this event.
- getControllers() - Method in class net.java.games.input.AbstractController
-
Returns the controllers connected to make up this controller, or an empty array if this controller contains no child controllers.
- getControllers() - Method in class net.java.games.input.AWTEnvironmentPlugin
- getControllers() - Method in interface net.java.games.input.Controller
-
Returns the controllers connected to make up this controller, or an empty array if this controller contains no child controllers.
- getControllers() - Method in class net.java.games.input.ControllerEnvironment
-
Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
- getControllers() - Method in class net.java.games.input.DirectAndRawInputEnvironmentPlugin
- getControllers() - Method in class net.java.games.input.DirectInputEnvironmentPlugin
- getControllers() - Method in class net.java.games.input.LinuxEnvironmentPlugin
-
Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
- getControllers() - Method in class net.java.games.input.OSXEnvironmentPlugin
- getControllers() - Method in class net.java.games.input.RawInputEnvironmentPlugin
- getControllers() - Method in class net.java.games.input.WinTabContext
- getControllers() - Method in class net.java.games.input.WinTabEnvironmentPlugin
- getDeadZone() - Method in class net.java.games.input.AbstractComponent
-
Returns the suggested dead zone for this axis.
- getDeadZone() - Method in interface net.java.games.input.Component
-
Returns the suggested dead zone for this axis.
- getDefaultEnvironment() - Static method in class net.java.games.input.ControllerEnvironment
-
Returns the default environment for input controllers.
- getEventQueue() - Method in class net.java.games.input.AbstractController
- getEventQueue() - Method in interface net.java.games.input.Controller
-
Get the device event queue
- getExtends(Class) - Method in class net.java.games.util.plugins.Plugins
-
This method returns a sub-list of all the found Plugin classes that extend the passed in Class (either directly or through inheritance.)
- getExtra() - Method in class net.java.games.input.Mouse
-
Returns the extra or 5th mouse button, null if the mouse has fewer than 5 buttons.
- getForward() - Method in class net.java.games.input.Mouse
-
Returns the forward mouse button, null if the mouse hasn't got one.
- getIdentifier() - Method in class net.java.games.input.AbstractComponent
-
Returns the type or identifier of the axis.
- getIdentifier() - Method in interface net.java.games.input.Component
-
Returns the identifier of the axis.
- getImplementsAll(Class[]) - Method in class net.java.games.util.plugins.Plugins
-
This method returns a sub-list of all the found Plugin classes that implement all of the passed in set of Interfaces (either directly or through inheritance.)
- getImplementsAny(Class[]) - Method in class net.java.games.util.plugins.Plugins
-
This method returns a sub-list of all the found Plugin classes that implement any of the passed in set of Interfaces (either directly or through inheritance.)
- getLeft() - Method in class net.java.games.input.Mouse
-
Returns the left mouse button.
- getMiddle() - Method in class net.java.games.input.Mouse
-
Returns the middle, null if the mouse has fewer than three buttons.
- getName() - Method in class net.java.games.input.AbstractComponent
-
Returns a human-readable name for this axis.
- getName() - Method in class net.java.games.input.AbstractController
-
Returns a human-readable name for this Controller.
- getName() - Method in interface net.java.games.input.Component
-
Returns a human-readable name for this axis.
- getName() - Method in class net.java.games.input.Component.Identifier
-
Returns a non-localized string description of this axis type.
- getName() - Method in interface net.java.games.input.Controller
-
Returns a human-readable name for this Controller.
- getNanos() - Method in class net.java.games.input.Event
-
Return the time the event happened, in nanoseconds.
- getNextDeviceEvent(Event) - Method in class net.java.games.input.AbstractController
- getNextDeviceEvent(Event) - Method in class net.java.games.input.LinuxCombinedController
- getNextDeviceEvent(Event) - Method in class net.java.games.input.WinTabDevice
- getNextEvent(Event) - Method in class net.java.games.input.EventQueue
-
Populates the provided event with the details of the event on the head of the queue.
- getPollData() - Method in class net.java.games.input.AbstractComponent
-
Returns the data from the last time the control has been polled.
- getPollData() - Method in interface net.java.games.input.Component
-
Returns the data from the last time the control has been polled.
- getPortNumber() - Method in class net.java.games.input.AbstractController
-
Returns the zero-based port number for this Controller.
- getPortNumber() - Method in interface net.java.games.input.Controller
-
Returns the zero-based port number for this Controller.
- getPortType() - Method in class net.java.games.input.AbstractController
-
Returns the port type for this Controller.
- getPortType() - Method in interface net.java.games.input.Controller
-
Returns the port type for this Controller.
- getPortType() - Method in class net.java.games.input.LinuxCombinedController
- getPrimaryButton() - Method in class net.java.games.input.Mouse
-
Returns the left or primary mouse button, never null.
- getRight() - Method in class net.java.games.input.Mouse
-
Returns the right, null if the mouse is a single-button mouse.
- getRumblers() - Method in class net.java.games.input.AbstractController
-
Returns the rumblers for sending feedback to this controller, or an empty array if there are no rumblers on this controller.
- getRumblers() - Method in interface net.java.games.input.Controller
-
Returns the rumblers for sending feedback to this controller, or an empty array if there are no rumblers on this controller.
- getSecondaryButton() - Method in class net.java.games.input.Mouse
-
Returns the right or secondary mouse button, null if the mouse is a single-button mouse.
- getSide() - Method in class net.java.games.input.Mouse
-
Returns the side or 4th mouse button, null if the mouse has fewer than 4 buttons.
- getTertiaryButton() - Method in class net.java.games.input.Mouse
-
Returns the middle or tertiary mouse button, null if the mouse has fewer than three buttons.
- getType() - Method in class net.java.games.input.AbstractController
-
Returns the type of the Controller.
- getType() - Method in interface net.java.games.input.Controller
-
Returns the type of the Controller.
- getType() - Method in class net.java.games.input.Keyboard
-
Returns the type of the Controller.
- getType() - Method in class net.java.games.input.LinuxCombinedController
- getType() - Method in class net.java.games.input.Mouse
-
Returns the type of the Controller.
- getType() - Method in class net.java.games.input.WinTabDevice
- getValue() - Method in class net.java.games.input.Event
- getVersion() - Static method in class net.java.games.input.Version
-
Returns the verison string and build number of this implementation.
- getVersion() - Static method in class net.java.games.util.Version
-
Returns the verison string and build number of this implementation.
- getWheel() - Method in class net.java.games.input.Mouse
-
Returns the mouse wheel, or null if no mouse wheel is present.
- getX() - Method in class net.java.games.input.Mouse
-
Returns the x-axis for the mouse ball, never null.
- getXAxis() - Method in class net.java.games.input.LinuxJoystickPOV
- getY() - Method in class net.java.games.input.Mouse
-
Returns the y-axis for the mouse ball, never null.
- getYAxis() - Method in class net.java.games.input.LinuxJoystickPOV
- GRAVE - Static variable in class net.java.games.input.Component.Identifier.Key
All Classes All Packages