A B C D G I L R S V X 

A

addXboxControllerListener(XboxControllerListener) - Method in class ch.aplu.xboxcontroller.XboxController
Registers the given XboxControllerListener and starts polling the event queue.

B

back(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button BACK is pressed or released.
back(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button BACK is pressed or released.
buttonA(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button A is pressed or released.
buttonA(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button A is pressed or released.
buttonB(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button B is pressed or released.
buttonB(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button B is pressed or released.
buttonX(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button X is pressed or released.
buttonX(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button X is pressed or released.
buttonY(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button Y is pressed or released.
buttonY(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button Y is pressed or released.

C

ch.aplu.xboxcontroller - package ch.aplu.xboxcontroller
 

D

dpad(int, boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the direction pad is actuated.
dpad(int, boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the direction pad is actuated.

G

getVersion() - Static method in class ch.aplu.xboxcontroller.XboxController
Returns version information.

I

isConnected() - Method in class ch.aplu.xboxcontroller.XboxController
Returns true if the last native polling call to the controller was successful.
isConnected(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the connection to the controller is lost or reestablished.
isConnected(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the connection to the controller is lost or reestablished.

L

leftShoulder(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button LEFTSHOULDER is pressed or released.
leftShoulder(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button LEFTSHOULDER is pressed or released.
leftThumb(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button LEFTTHUMB is pressed or released.
leftThumb(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button LEFTTHUMB is pressed or released.
leftThumbDirection(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the direction of the left thumb changes.
leftThumbDirection(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the direction of the left thumb changes.
leftThumbMagnitude(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the magnitude of the left thumb changes.
leftThumbMagnitude(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the magnitude of the left thumb changes.
leftTrigger(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the LEFTTRIGGER value changes.
leftTrigger(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the LEFTTRIGGER value changes.

R

release() - Method in class ch.aplu.xboxcontroller.XboxController
Release native resources.
rightShoulder(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button RIGHTSHOULDER is pressed or released.
rightShoulder(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button RIGHTSHOULDER is pressed or released.
rightThumb(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button RIGHTTHUMB is pressed or released.
rightThumb(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button RIGHTTHUMB is pressed or released.
rightThumbDirection(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the direction of the right thumb changes.
rightThumbDirection(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the direction of the right thumb changes.
rightThumbMagnitude(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the magnitude of the rigth thumb changes.
rightThumbMagnitude(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the magnitude of the rigth thumb changes.
rightTrigger(double) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when the RIGHTTRIGGER value changes.
rightTrigger(double) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when the RIGHTTRIGGER value changes.

S

setDebug(boolean) - Method in class ch.aplu.xboxcontroller.XboxController
Displays debug information when the native thread sends data to the FIFO queue and when the Java thread receives it.
setLeftThumbDeadZone(double) - Method in class ch.aplu.xboxcontroller.XboxController
Sets the dead zone for the left thumb.
setLeftTriggerDeadZone(double) - Method in class ch.aplu.xboxcontroller.XboxController
Sets the dead zone for LeftTrigger.
setRightThumbDeadZone(double) - Method in class ch.aplu.xboxcontroller.XboxController
Sets the dead zone for the right thumb.
setRightTriggerDeadZone(double) - Method in class ch.aplu.xboxcontroller.XboxController
Sets the dead zone for RightTrigger.
start(boolean) - Method in class ch.aplu.xboxcontroller.XboxControllerAdapter
Notification when button START is pressed or released.
start(boolean) - Method in interface ch.aplu.xboxcontroller.XboxControllerListener
Notification when button START is pressed or released.

V

vibrate(int, int) - Method in class ch.aplu.xboxcontroller.XboxController
Starts vibration with given left und right intensity.
vibrate(int, int, int) - Method in class ch.aplu.xboxcontroller.XboxController
Vibrates with given left und right intensity for the given duration.

X

XboxController - Class in ch.aplu.xboxcontroller
Class to handle the Microsoft Xbox Game Controller (wired or wireless) in a fully event triggered manner.
XboxController() - Constructor for class ch.aplu.xboxcontroller.XboxController
Same as XboxController(dll, 1, 50, 50).
XboxController(int, int) - Constructor for class ch.aplu.xboxcontroller.XboxController
Same as XboxController(dll, 1, controllerPollPeriod, queuePollPeriod).
XboxController(int) - Constructor for class ch.aplu.xboxcontroller.XboxController
Same as XboxController(dll, int playerNb, 50, 50).
XboxController(String, int, int, int) - Constructor for class ch.aplu.xboxcontroller.XboxController
Creates a XboxController instance using the given native Windows DLL and tries to establish a connection to the controller with the given player number.
XboxControllerAdapter - Class in ch.aplu.xboxcontroller
Class implementing XboxControllerListener with empty callback methods.
XboxControllerAdapter() - Constructor for class ch.aplu.xboxcontroller.XboxControllerAdapter
 
XboxControllerListener - Interface in ch.aplu.xboxcontroller
Declarations of notification methods called from the class XboxController.
A B C D G I L R S V X