|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
---|---|
at.wisch.joystick | |
at.wisch.joystick.event | |
org.lwjgl.input |
Uses of Controller in at.wisch.joystick |
---|
Subinterfaces of Controller in at.wisch.joystick | |
---|---|
interface |
AdvancedController
The interface AdvancedController. |
interface |
AdvancedFFController
The interface AdvancedFFController. |
Classes in at.wisch.joystick that implement Controller | |
---|---|
class |
AbstractController
The abstract class AbstractController. |
class |
FFJoystick
The class FFJoystick. |
class |
Joystick
The class Joystick. |
Uses of Controller in at.wisch.joystick.event |
---|
Constructors in at.wisch.joystick.event with parameters of type Controller | |
---|---|
ControllerAxisEvent(Controller source,
long timeStamp,
int axisIndex,
float axisValue)
Instantiates a new ControllerAxisEvent. |
|
ControllerBallEvent(Controller source,
long timeStamp,
int ballIndex,
int[] deltas)
Instantiates a new controller ball event. |
|
ControllerButtonEvent(Controller source,
long timeStamp,
int buttonIndex,
boolean buttonState)
Instantiates a new ControllerButtonEvent. |
|
ControllerPovEvent(Controller source,
long timeStamp,
int povIndex,
int povValue)
Instantiates a new ControllerPovEvent. |
Uses of Controller in org.lwjgl.input |
---|
Methods in org.lwjgl.input that return Controller | |
---|---|
Controller |
ControllerEvent.getSource()
Get the Controller that generated this event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |