Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
G
H
I
J
P
R
S
T
A
addJoystickListener(JoystickListener)
- Method in class com.centralnexus.input.
Joystick
Adds the specified joystick listener to receive joystick events from this joystick.
B
BUTTON1
- Static variable in class com.centralnexus.input.
Joystick
These are the standard buttons.
BUTTON10
- Static variable in class com.centralnexus.input.
Joystick
BUTTON11
- Static variable in class com.centralnexus.input.
Joystick
BUTTON12
- Static variable in class com.centralnexus.input.
Joystick
BUTTON13
- Static variable in class com.centralnexus.input.
Joystick
BUTTON14
- Static variable in class com.centralnexus.input.
Joystick
BUTTON15
- Static variable in class com.centralnexus.input.
Joystick
BUTTON16
- Static variable in class com.centralnexus.input.
Joystick
BUTTON17
- Static variable in class com.centralnexus.input.
Joystick
BUTTON18
- Static variable in class com.centralnexus.input.
Joystick
BUTTON19
- Static variable in class com.centralnexus.input.
Joystick
BUTTON2
- Static variable in class com.centralnexus.input.
Joystick
BUTTON20
- Static variable in class com.centralnexus.input.
Joystick
BUTTON21
- Static variable in class com.centralnexus.input.
Joystick
BUTTON22
- Static variable in class com.centralnexus.input.
Joystick
BUTTON23
- Static variable in class com.centralnexus.input.
Joystick
BUTTON24
- Static variable in class com.centralnexus.input.
Joystick
BUTTON25
- Static variable in class com.centralnexus.input.
Joystick
BUTTON26
- Static variable in class com.centralnexus.input.
Joystick
BUTTON27
- Static variable in class com.centralnexus.input.
Joystick
BUTTON28
- Static variable in class com.centralnexus.input.
Joystick
BUTTON29
- Static variable in class com.centralnexus.input.
Joystick
BUTTON3
- Static variable in class com.centralnexus.input.
Joystick
BUTTON30
- Static variable in class com.centralnexus.input.
Joystick
BUTTON31
- Static variable in class com.centralnexus.input.
Joystick
BUTTON32
- Static variable in class com.centralnexus.input.
Joystick
BUTTON4
- Static variable in class com.centralnexus.input.
Joystick
BUTTON5
- Static variable in class com.centralnexus.input.
Joystick
These are the extended buttons
BUTTON6
- Static variable in class com.centralnexus.input.
Joystick
BUTTON7
- Static variable in class com.centralnexus.input.
Joystick
BUTTON8
- Static variable in class com.centralnexus.input.
Joystick
BUTTON9
- Static variable in class com.centralnexus.input.
Joystick
C
com.centralnexus.input
- package com.centralnexus.input
Allows access to special input devices like joysticks through Java.
createInstance()
- Static method in class com.centralnexus.input.
Joystick
Start using the first available joystick.
createInstance(int)
- Static method in class com.centralnexus.input.
Joystick
Start using a joystick with a specific id.
G
getButtons()
- Method in class com.centralnexus.input.
Joystick
Current state of joystick buttons.
getCapabilities()
- Method in class com.centralnexus.input.
Joystick
Get the Capability bits.
getCapability(int)
- Method in class com.centralnexus.input.
Joystick
Is a certain capability bit turned on?
getDeadZone()
- Method in class com.centralnexus.input.
Joystick
Size of the dead zone.
getID()
- Method in class com.centralnexus.input.
Joystick
The joystick id for the joystick connected to the computer.
getNumAxes()
- Method in class com.centralnexus.input.
Joystick
Number of axes currently in use by the joystick.
getNumButtons()
- Method in class com.centralnexus.input.
Joystick
Number of buttons on the joystick.
getNumDevices()
- Static method in class com.centralnexus.input.
Joystick
Returns the number of joysticks supported by the joystick driver or zero when no driver is present.
getPollInterval()
- Method in class com.centralnexus.input.
Joystick
Get the time in milliseconds that the JoystickListeners get notified of this joystick events.
getPOV()
- Method in class com.centralnexus.input.
Joystick
Current position of the point-of-view control.
getR()
- Method in class com.centralnexus.input.
Joystick
The r value of a joystick has a range from -1 to 1.
getU()
- Method in class com.centralnexus.input.
Joystick
The u value of a joystick has a range from -1 to 1.
getV()
- Method in class com.centralnexus.input.
Joystick
The v value of a joystick has a range from -1 to 1.
getX()
- Method in class com.centralnexus.input.
Joystick
The x value of a joystick has a range from -1 to 1.
getY()
- Method in class com.centralnexus.input.
Joystick
The y value of a joystick has a range from -1 to 1.
getZ()
- Method in class com.centralnexus.input.
Joystick
The z value of a joystick has a range from -1 to 1.
H
HAS_POV
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick have a point-of-view control capability?
HAS_POV4DIR
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick point-of-view support discrete values capability (centered, forward, backward, left, and right)?
HAS_POVCONT
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick point-of-view support continuous degree bearings capability?
HAS_R
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick have a r-axis capability?
HAS_U
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick have a u-axis capability?
HAS_V
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick have a v-axis capability?
HAS_Z
- Static variable in class com.centralnexus.input.
Joystick
Does this joystick have a z-axis capability?
I
isButtonDown(int)
- Method in class com.centralnexus.input.
Joystick
Current state of a specific joystick button.
isPluggedIn(int)
- Static method in class com.centralnexus.input.
Joystick
Returns true when the joystick is plugged into the computer, false otherwise.
J
Joystick
- class com.centralnexus.input.
Joystick
.
Device driver to a Windows joystick.
joystickAxisChanged(Joystick)
- Method in interface com.centralnexus.input.
JoystickListener
Implement this function to get periodically notified that a joystick changed one of its axis values.
joystickButtonChanged(Joystick)
- Method in interface com.centralnexus.input.
JoystickListener
Implement this function to get periodically notified that a joystick button changed one of its values.
JoystickListener
- interface com.centralnexus.input.
JoystickListener
.
The listener interface for receiving joystick events.
P
poll()
- Method in class com.centralnexus.input.
Joystick
This polls (updates) the joystick for its values.
POV_BACKWARD
- Static variable in class com.centralnexus.input.
Joystick
Point-of-view hat is pressed backward.
POV_CENTERED
- Static variable in class com.centralnexus.input.
Joystick
Point-of-view hat is in the neutral position.
POV_FORWARD
- Static variable in class com.centralnexus.input.
Joystick
Point-of-view hat is pressed forward.
POV_LEFT
- Static variable in class com.centralnexus.input.
Joystick
Point-of-view hat is being pressed to the left.
POV_RIGHT
- Static variable in class com.centralnexus.input.
Joystick
Point-of-view hat is pressed to the right.
R
removeJoystickListener(JoystickListener)
- Method in class com.centralnexus.input.
Joystick
Removes the specified joystick listener so that it no longer receives joystick events from this joystick.
S
setDeadZone(double)
- Method in class com.centralnexus.input.
Joystick
Synonym for setDeadZone(float)
setDeadZone(float)
- Method in class com.centralnexus.input.
Joystick
Size of the dead zone.
setPollInterval(int)
- Method in class com.centralnexus.input.
Joystick
Set the time in milliseconds that the JoystickListeners get notified of this joystick events.
T
toString()
- Method in class com.centralnexus.input.
Joystick
Text description of this joystick without the axis values
A
B
C
G
H
I
J
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2003 George Rhoten
Java is a registered trademark of Sun Microsystems, Inc.